seal method Null safety
Seals this decoder
When sealed, the decoder is ready to be used for conversions. It is not possible anymore to register any additional converters.
Implementation
void seal() => _sealed = true;
Seals this decoder
When sealed, the decoder is ready to be used for conversions. It is not possible anymore to register any additional converters.
void seal() => _sealed = true;