TestNestedGroupExtensionOuter_Layer1OptionalGroup_Layer2AnotherOptionalRepeatedGroup constructor

TestNestedGroupExtensionOuter_Layer1OptionalGroup_Layer2AnotherOptionalRepeatedGroup({
  1. String? butWhyTho,
})

Implementation

factory TestNestedGroupExtensionOuter_Layer1OptionalGroup_Layer2AnotherOptionalRepeatedGroup({
  $core.String? butWhyTho,
}) {
  final _result = create();
  if (butWhyTho != null) {
    _result.butWhyTho = butWhyTho;
  }
  return _result;
}