decode function
Decodes a TOON-formatted string to a Dart value.
Currently not implemented.
Implementation
dynamic decode(String input, {Map<String, dynamic>? options}) {
throw UnimplementedError('TOON decoding is not yet implemented');
}
Decodes a TOON-formatted string to a Dart value.
Currently not implemented.
dynamic decode(String input, {Map<String, dynamic>? options}) {
throw UnimplementedError('TOON decoding is not yet implemented');
}