GHumanWithArgsReq constructor

GHumanWithArgsReq([
  1. void updates(
    1. GHumanWithArgsReqBuilder b
    )
])

Implementation

factory GHumanWithArgsReq(
        [void Function(GHumanWithArgsReqBuilder b) updates]) =
    _$GHumanWithArgsReq;