secondName property

  1. @JsonKey(name: 'second_name', fromJson: stringNullableFromJson)
String? secondName
final

Implementation

@JsonKey(name: 'second_name', fromJson: stringNullableFromJson)
final String? secondName;