GenerateAdapters constructor

const GenerateAdapters(
  1. List<AdapterSpec> specs, {
  2. int firstTypeId = 0,
  3. Set<int> reservedTypeIds = const {},
})

Constructor

Implementation

// coverage:ignore-start
const GenerateAdapters(
  this.specs, {
  this.firstTypeId = 0,
  this.reservedTypeIds = const {},
});