TypeDefCompact constructor

const TypeDefCompact({
  1. required int type,
})

Creates a new compact type.

Implementation

const TypeDefCompact({required this.type});