RemoteState constructor

RemoteState([
  1. void updates(
    1. RemoteStateBuilder b
    )?
])

Implementation

factory RemoteState([void Function(RemoteStateBuilder b)? updates]) =
    _$RemoteState;