birth property Null safety

DateTime? birth
@JsonKey(name: 'birth', fromJson: dateTimeFromJson, toJson: dateTimeToJson), read / write

출생일자

Implementation

@JsonKey(name: 'birth', fromJson: dateTimeFromJson, toJson: dateTimeToJson)
DateTime? birth;