TestParsingMerge_RepeatedGroup constructor

TestParsingMerge_RepeatedGroup({
  1. TestAllTypes? repeatedGroupAllTypes,
})

Implementation

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