TypeDefinition class

Constructors

TypeDefinition(String name, {String subtype, bool isAmbiguous, Node astNode})
TypeDefinition.fromDynamic(dynamic obj, Node astNode)
factory

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
isAmbiguous bool
read / write
isPrimitive bool
read-only
isPrimitiveList bool
read-only
name String
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
subtype String
read / write

Methods

jsonParseExpression(String key, bool privateField) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
operator(dynamic other) bool
toJsonExpression(String key, bool privateField) String
toString() String
A string representation of this object. [...]
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited