kSupportedPrimitiveTypes top-level constant

Set<Type> const kSupportedPrimitiveTypes

List of supported primitive types for serialization/deserialization

Implementation

const Set<Type> kSupportedPrimitiveTypes = {int, double, String, bool, Null};