menu
json_schema2 package
documentation
json_schema.dart
SchemaVersion
operator > method
operator > method
dark_mode
light_mode
operator >
method
bool
operator >
(
Object
other
)
Implementation
bool operator >(Object other) => other is SchemaVersion && compareTo(other) > 0;
json_schema2 package
documentation
json_schema
SchemaVersion
operator > method
SchemaVersion class