types library

Constants

simpleStringTypes → const Set<String>
simpleTypes → const Set<String>

Functions

decode(Map<String, Object> typeTable, String path, Object type, Object? value) → dynamic
encode(Map<String, Object> typeTable, String path, Object type, Object? value) → dynamic
simpleEncodeDecode(Map<String, Object> typeTable, String path, String type, Object? value) → dynamic

Typedefs

Json = Map<String, dynamic>

Exceptions / Errors

SdkgenTypeException