encodeWith<V>  method 
      
V
encodeWith<V>( 
    
    
- Encoder<V> encoder
Implementation
V encodeWith<V>(Encoder<V> encoder) => encode(
      this,
      encoder,
    );V encodeWith<V>(Encoder<V> encoder) => encode(
      this,
      encoder,
    );