Proto constructor

const Proto({
  1. String? prefix,
  2. String packageName = '',
  3. bool includeFieldsByDefault = true,
})

Implementation

const Proto({
  this.prefix,
  this.packageName = '',
  this.includeFieldsByDefault = true,
});