requiresGuardianOath property

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

If true, you have to Solemnly Swear to be up to Nothing But Good(tm) to play.

Implementation

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