Team constructor

Team([
  1. void b(
    1. TeamBuilder
    )?
])

Creates a new Team object using the builder pattern.

Implementation

factory Team([void Function(TeamBuilder)? b]) = _$Team;