PbMixin constructor

const PbMixin(
  1. String name, {
  2. required String importFrom,
  3. PbMixin? parent,
  4. List<String>? reservedNames,
  5. List<String>? injectedHelpers,
  6. bool hasProto3JsonHelpers = false,
})

Implementation

const PbMixin(
  this.name, {
  required this.importFrom,
  this.parent,
  this.reservedNames,
  this.injectedHelpers,
  this.hasProto3JsonHelpers = false,
});