copyWith property

TeamLeftCopyWith<TeamLeft, TeamLeft, TeamLeft> get copyWith

Implementation

TeamLeftCopyWith<TeamLeft, TeamLeft, TeamLeft> get copyWith =>
    _TeamLeftCopyWithImpl<TeamLeft, TeamLeft>(
      this as TeamLeft,
      $identity,
      $identity,
    );