GetVersionsResponse class

Constructors

GetVersionsResponse({Map<String, bool>? unstableFeatures, required List<String> versions})
GetVersionsResponse.fromJson(Map<String, Object?> json)

Properties

hashCode → int
The hash code for this object.
no setteroverride
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
unstableFeatures ↔ Map<String, bool>?
Experimental features the server supports. Features not listed here, or the lack of this property all together, indicate that a feature is not supported.
getter/setter pair
versions ↔ List<String>
The supported versions.
getter/setter pair

Methods

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

Operators

operator ==(Object other) → bool
The equality operator.
override