supportedPrimitiveTypes top-level constant

Set<Type> const supportedPrimitiveTypes

List of supported primitive types for serialization/deserialization

Implementation

const supportedPrimitiveTypes = {int, double, String, bool, Null, List, Map};