RepresentationType class

Constructors

RepresentationType(int identifier, bool nullable, [Guid? guid, List<RepresentationType>? subTypes])

Properties

guid Guid?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
identifier int
getter/setter pair
nullable bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
runtimeTypes Map<int, List<Type>>
getter/setter pair
subTypes List<RepresentationType>?
getter/setter pair

Methods

compose() DC
getRuntimeType() Type?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toNullable() RepresentationType
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

Dynamic RepresentationType
getter/setter pair
Void RepresentationType
getter/setter pair

Static Methods

fromType(Type type) RepresentationType?
getTypeFromName(String name) Type
parse(DC data, int offset) RepresentationTypeParseResults