copyWith property

ServerStateCopyWith<ServerState, ServerState, ServerState> get copyWith
inherited

Implementation

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