values constant

List<PayloadSchemaType> const values

Implementation

static const $core.List<PayloadSchemaType> values = <PayloadSchemaType> [
  UnknownType,
  Keyword,
  Integer,
  Float,
  Geo,
  Text,
  Bool,
  Datetime,
  Uuid,
];