birth property Null safety
@JsonKey(name: 'birth', fromJson: dateTimeFromJson, toJson: dateTimeToJson), read / write
출생일자
Implementation
@JsonKey(name: 'birth', fromJson: dateTimeFromJson, toJson: dateTimeToJson)
DateTime? birth;
출생일자
@JsonKey(name: 'birth', fromJson: dateTimeFromJson, toJson: dateTimeToJson)
DateTime? birth;