RemoteActions constructor

RemoteActions([
  1. void updates(
    1. RemoteActionsBuilder b
    )?
])

Implementation

factory RemoteActions([void Function(RemoteActionsBuilder b)? updates]) =
    _$RemoteActions;