LblEstimate constructor

LblEstimate([
  1. void updates(
    1. LblEstimateBuilder b
    )?
])

Implementation

factory LblEstimate([void Function(LblEstimateBuilder b)? updates]) =
    _$LblEstimate;