controllerPin property
- @JsonKey(name: 'controllerPin', toJson: verificationResultV2NullableToJson, fromJson: verificationResultV2NullableFromJson)
final
Implementation
@JsonKey(
name: 'controllerPin',
toJson: verificationResultV2NullableToJson,
fromJson: verificationResultV2NullableFromJson,
)
final enums.VerificationResultV2? controllerPin;