Team constructor

Team(
  1. String name
)

Implementation

Team(this.name) : _action = _TeamAction.add;