GenerateAdapters constructor
const
GenerateAdapters(
- List<
AdapterSpec> specs, { - int firstTypeId = 0,
- Set<
int> reservedTypeIds = const {},
Constructor
Implementation
// coverage:ignore-start
const GenerateAdapters(
this.specs, {
this.firstTypeId = 0,
this.reservedTypeIds = const {},
});