RemoteCommand constructor

RemoteCommand([
  1. void updates(
    1. RemoteCommandBuilder b
    )?
])

Implementation

factory RemoteCommand([void Function(RemoteCommandBuilder b)? updates]) =
    _$RemoteCommand;