vars property
GHumanWithArgsVarsBuilder
get
vars
Implementation
_i3.GHumanWithArgsVarsBuilder get vars =>
_$this._vars ??= new _i3.GHumanWithArgsVarsBuilder();
set
vars
(GHumanWithArgsVarsBuilder? vars)
Implementation
set vars(_i3.GHumanWithArgsVarsBuilder? vars) => _$this._vars = vars;