TrexObservation constructor

TrexObservation([
  1. void updates(
    1. TrexObservationBuilder b
    )?
])

Implementation

factory TrexObservation([void Function(TrexObservationBuilder b)? updates]) =
    _$TrexObservation;