kScalarTypes top-level constant

Set<String> const kScalarTypes

Scalar types recognized by the core schema layer.

Implementation

const Set<String> kScalarTypes = <String>{
  'Int',
  'String',
  'Boolean',
  'DateTime',
  'Float',
  'Decimal',
  'Json',
  'Bytes',
  'BigInt',
};