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