isFriend property

  1. @JsonKey(name: r'isFriend', required: true, includeIfNull: false)
bool isFriend
final

Implementation

@JsonKey(name: r'isFriend', required: true, includeIfNull: false)
final bool isFriend;