SchemaVersion class
- Implemented types
Properties
Methods
-
compareTo(
SchemaVersion other) → int -
Compares this object to another object.
override
-
copy(
) → SchemaVersion -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator <(
Object other) → bool -
operator <=(
Object other) → bool -
operator ==(
Object other) → bool -
The equality operator.
override
-
operator >(
Object other) → bool -
operator >=(
Object other) → bool
Static Properties
-
values
→ List<
SchemaVersion> -
no setter
Static Methods
-
fromString(
String? s) → SchemaVersion?
Constants
- defaultVersion → const SchemaVersion
- draft4 → const SchemaVersion
- draft6 → const SchemaVersion
- draft7 → const SchemaVersion
- draft2019_09 → const SchemaVersion
- draft2020_12 → const SchemaVersion