ProtocolBufferDecoderResult<T> class

Available extensions

Constructors

ProtocolBufferDecoderResult.new({required int tagNumber, required T value})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tagNumber int
final
value → T
final

Methods

cast<T>() → T

Available on ProtocolBufferDecoderResult, provided by the QuickProtocolBufferResult extension

castTo<E, T>(E toe(T e)) → E

Available on ProtocolBufferDecoderResult, provided by the QuickProtocolBufferResult extension

get<T>() → T

Available on ProtocolBufferDecoderResult, provided by the QuickProtocolBufferResult extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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