maxNum property

  1. @JsonKey(name: 'maxNum')
int? maxNum
getter/setter pair

最大人数

Implementation

@JsonKey(name: 'maxNum')
int? maxNum;