GheroDataReq constructor

GheroDataReq([
  1. dynamic updates(
    1. GheroDataReqBuilder b
    )
])

Implementation

factory GheroDataReq([Function(GheroDataReqBuilder b) updates]) =
    _$GheroDataReq;