EIR class

Constructors

EIR({EIRType? type, Uint8List? data})
EIR.fromBytes(Uint8List bytes)
EIR.fromTypeNum(int typeNum, Uint8List data)

Properties

bytes Uint8List
getter/setter pair
data Uint8List
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type EIRType?
getter/setter pair
typeNum int?
getter/setter pair
typeString String?
no setter

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

numTypeMap → const Map<int, EIRType>
typeNameMap → const Map<EIRType, String>
typeNumMap → const Map<EIRType, int>