TrexOperation constructor

TrexOperation([
  1. void updates(
    1. TrexOperationBuilder b
    )?
])

Implementation

factory TrexOperation([void Function(TrexOperationBuilder b)? updates]) =
    _$TrexOperation;