*<Null safety>*
Implementers
- Float32Type
- Float64Type
- Int16Type
- Int32Type
- Int64Type
- Int8Type
- SimpleFidlType
- Uint16Type
- Uint32Type
- Uint64Type
- Uint8Type
Constructors
FidlType ({required int inlineSize})
const
Properties
hashCode → int
The hash code for this object. ...
read-only, inherited
inlineSize → int
final
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
Methods
decode(Decoder decoder, int offset) T
decodeArray(Decoder decoder, int count, int offset) I
decodingInlineSize() int
encode(Encoder encoder, T value, int offset) void
encodeArray(Encoder encoder, Iterable<T> value, int offset) void
encodingInlineSize() int
noSuchMethod(Invocation invocation) dynamic
Invoked when a non-existent method or property is accessed. ...
inherited
toString() String
Returns a string representation of this object.
inherited
Operators
operator ==(Object other) bool
The equality operator. ...
inherited