ExtensionRangeOptionsDeclaration constructor

const ExtensionRangeOptionsDeclaration({
  1. int? number,
  2. String? fullName,
  3. String? type,
  4. bool? reserved,
  5. bool? repeated,
})

Implementation

const ExtensionRangeOptionsDeclaration({
  this.number,
  this.fullName,
  this.type,
  this.reserved,
  this.repeated,
});