encodeWith<V> method

V encodeWith<V>(
  1. Encoder<V> encoder
)

Implementation

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