values property

List<SchemaType> values

Implementation

static List<SchemaType> get values => const <SchemaType>[
      array,
      boolean,
      integer,
      number,
      nullValue,
      object,
      string
    ];