ConstType constructor

ConstType(
  1. DartType value
)

Creates a new type constant with the given type.

@param value The Dart type this constant represents

Implementation

ConstType(super.value);