controllerPin property
- @JsonKey(name: 'controllerPin', toJson: verificationResultDTONullableToJson, fromJson: verificationResultDTONullableFromJson)
final
Implementation
@JsonKey(
name: 'controllerPin',
toJson: verificationResultDTONullableToJson,
fromJson: verificationResultDTONullableFromJson,
)
final enums.VerificationResultDTO? controllerPin;