GHumanWithArgsVars constructor

GHumanWithArgsVars([
  1. void updates(
    1. GHumanWithArgsVarsBuilder b
    )
])

Implementation

factory GHumanWithArgsVars(
        [void Function(GHumanWithArgsVarsBuilder b) updates]) =
    _$GHumanWithArgsVars;