$asTeamLeft property

TeamLeftCopyWith<$R, TeamLeft, $Out> get $asTeamLeft

Implementation

TeamLeftCopyWith<$R, TeamLeft, $Out> get $asTeamLeft =>
    $base.as((v, t, t2) => _TeamLeftCopyWithImpl<$R, $Out>(v, t, t2));