BasicDartType enum
Values
- none → const BasicDartType
- object → const BasicDartType
- dynamic → const BasicDartType
- list → const BasicDartType
- set → const BasicDartType
- map → const BasicDartType
- iterable → const BasicDartType
- string → const BasicDartType
- int → const BasicDartType
- double → const BasicDartType
- num → const BasicDartType
- bool → const BasicDartType
- bigInt → const BasicDartType
- dateTime → const BasicDartType
- duration → const BasicDartType
- uInt8List → const BasicDartType
- mapEntry → const BasicDartType
- future → const BasicDartType
- futureOr → const BasicDartType
- function → const BasicDartType
- voidType → const BasicDartType
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
BasicDartType> - A constant List of the values in this enum, in order of their declaration.