Team constructor
Team([
- void b()?
Creates a new Team object using the builder pattern.
Implementation
factory Team([void Function(TeamBuilder)? b]) = _$Team;
Creates a new Team object using the builder pattern.
factory Team([void Function(TeamBuilder)? b]) = _$Team;