phone property

  1. @JsonKey.new(name: 'Phone', includeIfNull: false)
String? phone
final

Implementation

@JsonKey(name: 'Phone', includeIfNull: false)
final String? phone;