GenerateAdapters constructor

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

Constructor

Implementation

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