isMatchmade property

  1. @JsonKey(name: 'isMatchmade')
bool? isMatchmade
getter/setter pair

If TRUE, the activity is matchmade. Otherwise, it requires explicit forming of a party.

Implementation

@JsonKey(name:'isMatchmade')
bool? isMatchmade;