GheroDataReq constructor

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

Implementation

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