ProtocolBufferDecoderResult<T>  class 
 
- Available extensions
Constructors
- ProtocolBufferDecoderResult({required int tagNumber, required T value})
- 
          
            const
Properties
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