SchemaType class
- Implemented types
Properties
Methods
-
compareTo(
SchemaType other) → int -
Compares this object to another object. [...]
override
-
copy(
) → SchemaType -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Static Properties
-
values
→ List<
SchemaType> -
read-only
Static Methods
-
fromString(
String s) → SchemaType
Constants
- array → const SchemaType
-
const SchemaType._(0)
- boolean → const SchemaType
-
const SchemaType._(1)
- integer → const SchemaType
-
const SchemaType._(2)
- nullValue → const SchemaType
-
const SchemaType._(4)
- number → const SchemaType
-
const SchemaType._(3)
- object → const SchemaType
-
const SchemaType._(5)
- string → const SchemaType
-
const SchemaType._(6)