$asServerState property

ServerStateCopyWith<$R, ServerState, $Out> get $asServerState

Implementation

ServerStateCopyWith<$R, ServerState, $Out> get $asServerState =>
    $base.as((v, t, t2) => _ServerStateCopyWithImpl<$R, $Out>(v, t, t2));