DecoderResult<T>  class 
 
Represents the result of decoding data using ABI decoding.
Constructors
- DecoderResult({required T result, required int consumed, required String? name})
- 
          Constructor for DecoderResult.
            const
Properties
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  Overrides the default toString method to provide a readable representation of DecoderResult.
  override
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited