maxAttendees property

  1. @JsonKey.new(name: 'max_attendees', defaultValue: 0)
int get maxAttendees
inherited

Implementation

@JsonKey(name: 'max_attendees', defaultValue: 0)
int get maxAttendees => throw _privateConstructorUsedError;