Runtime representation of a type.
Type objects represent types. A type object can be created in several ways:
Type type = int;
, or a type variable occurring as an expression, like Type type = T;
.Type type = o.runtimeType;
.dart:mirrors
.A type object is intended as an entry point for using dart:mirrors
. The only operations supported are comparing to other type objects for equality, and converting it to a string for debugging.
no setteroverride
no setterinherited
inherited
override
other
is a Type instance representing an equivalent type.
override
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4