Desc class

Implementers

Constructors

Desc(String name)

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
final
registry ClassRegistry?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

isList() bool
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

Static Properties

bool_type Desc
final
double_type Desc
final
dynamic_type Desc
final
int_type Desc
final
string_type Desc
final
types Map<String, Desc>
getter/setter pair

Static Methods

getType(String name) Desc