RefType constructor

const RefType({
  1. required bool nullable,
  2. required HeapType heapType,
})

Implementation

const RefType({
  required this.nullable,
  required this.heapType,
});