TestVerifyBigFieldNumberUint32 constructor

TestVerifyBigFieldNumberUint32({
  1. TestVerifyBigFieldNumberUint32_Nested? optionalNested,
})

Implementation

factory TestVerifyBigFieldNumberUint32({
  TestVerifyBigFieldNumberUint32_Nested? optionalNested,
}) {
  final _result = create();
  if (optionalNested != null) {
    _result.optionalNested = optionalNested;
  }
  return _result;
}