toTypeValue abstract method
Return the representation of the type corresponding to the value of the
object being represented, or null
if
- this object is not of type 'Type', or
- the value of the object being represented is
null
.
Implementation
DartType? toTypeValue();