size property

List<int>? size
final

used to show the party's current and maximum size

is an array of two integers (current_size, max_size)

Implementation

final List<int>? size;