isPrivate property

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

Whether or not the match was a private match.

Implementation

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