TestParsingMerge_RepeatedGroup constructor
TestParsingMerge_RepeatedGroup({
- TestAllTypes? repeatedGroupAllTypes,
Implementation
factory TestParsingMerge_RepeatedGroup({
TestAllTypes? repeatedGroupAllTypes,
}) {
final _result = create();
if (repeatedGroupAllTypes != null) {
_result.repeatedGroupAllTypes = repeatedGroupAllTypes;
}
return _result;
}