TypeDefCompact constructor
const
TypeDefCompact({
- required int type,
Creates a new compact type.
Implementation
const TypeDefCompact({required this.type});
Creates a new compact type.
const TypeDefCompact({required this.type});