GHumanWithArgsReq constructor

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

Implementation

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