copyWith property

ServerStateCopyWith<ServerState, ServerState, ServerState> get copyWith

Implementation

ServerStateCopyWith<ServerState, ServerState, ServerState> get copyWith =>
    _ServerStateCopyWithImpl<ServerState, ServerState>(
        this as ServerState, $identity, $identity);