ConstType constructor
ConstType(
- DartType value
Creates a new type constant with the given type.
@param value The Dart type this constant represents
Implementation
ConstType(super.value);
Creates a new type constant with the given type.
@param value The Dart type this constant represents
ConstType(super.value);