copyWith property

ServerStateUpdatedCopyWith<ServerStateUpdated, ServerStateUpdated, ServerStateUpdated> get copyWith

Implementation

ServerStateUpdatedCopyWith<
  ServerStateUpdated,
  ServerStateUpdated,
  ServerStateUpdated
>
get copyWith =>
    _ServerStateUpdatedCopyWithImpl<ServerStateUpdated, ServerStateUpdated>(
      this as ServerStateUpdated,
      $identity,
      $identity,
    );