ExtraEncoder<T>  class 
    abstract
 
- Implementers
Constructors
Properties
Methods
- 
  match(dynamic value) → bool 
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
- 
  write(Encoder encoder, T value) → void 
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited