TestParsingMergeLite_RepeatedFieldsGenerator_Group1 constructor

TestParsingMergeLite_RepeatedFieldsGenerator_Group1({
  1. TestAllTypesLite? field1,
})

Implementation

factory TestParsingMergeLite_RepeatedFieldsGenerator_Group1({
  TestAllTypesLite? field1,
}) {
  final _result = create();
  if (field1 != null) {
    _result.field1 = field1;
  }
  return _result;
}