SchemaVersionNumber class

A structure containing the schema version information.

Constructors

SchemaVersionNumber({bool? latestVersion, int? versionNumber})

Properties

hashCode int
The hash code for this object.
no setterinherited
latestVersion bool?
The latest version available for the schema.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
versionNumber int?
The version number of the schema.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited