TrexCommand constructor

TrexCommand([
  1. void updates(
    1. TrexCommandBuilder b
    )?
])

Implementation

factory TrexCommand([void Function(TrexCommandBuilder b)? updates]) =
    _$TrexCommand;