GHumanWithArgsVars constructor

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

Implementation

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