ImcType class

This contains internal IMC types for fields

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
final
value int
finalinherited

Methods

getSizeInBytes() int
getTypeName() String
isSizeKnown() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toPrettyString() String
Output this as a pretty string. Override for propper text.
inherited
toString() String
A string representation of this object.
override

Operators

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

Static Properties

values List<ImcType>
no setter

Static Methods

getType(String typeName) ImcType?

Constants

typeFp32 → const ImcType
typeFp64 → const ImcType
typeInt8 → const ImcType
typeInt16 → const ImcType
typeInt32 → const ImcType
typeInt64 → const ImcType
typeMessage → const ImcType
typeMessageList → const ImcType
typePlaintext → const ImcType
typeRawdata → const ImcType
types → const Map<String, ImcType>
typeUInt8 → const ImcType
typeUInt16 → const ImcType
typeUint32 → const ImcType