GHumanWithArgsData constructor

GHumanWithArgsData([
  1. dynamic updates(
    1. GHumanWithArgsDataBuilder b
    )
])

Implementation

factory GHumanWithArgsData([Function(GHumanWithArgsDataBuilder b) updates]) =
    _$GHumanWithArgsData;