hasContacts property

  1. @JsonKey.new(name: 'HasContacts', includeIfNull: false)
bool? hasContacts
final

Implementation

@JsonKey(name: 'HasContacts', includeIfNull: false)
final bool? hasContacts;