encoder property Null safety
Returns the encoder from S
to T
.
It may be stateful and should not be reused.
Implementation
Converter<S, T> get encoder;
Returns the encoder from S
to T
.
It may be stateful and should not be reused.
Converter<S, T> get encoder;