copyWith property

TeamLeftCopyWith<TeamLeft, TeamLeft, TeamLeft> copyWith

Implementation

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