TypeDefCompact constructor

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

Implementation

const TypeDefCompact({required this.type});