LegacyTypesWithSpecVersionRange class

LegacyTypesWithSpecVersionRange holds (min and max) spec-version.

Inheritance

Constructors

LegacyTypesWithSpecVersionRange({required List<int?> minmax, required Map<String, dynamic> types, Map<String, Map<String, String>>? typesAlias, Map<String, String>? signedExtensions})

Properties

hashCode int
The hash code for this object.
no setterinherited
minmax List<int?>
minmax ~ ( min and max -> range of Spec-Version )
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signedExtensions Map<String, String>?
getter/setter pairinherited
types Map<String, dynamic>
finalinherited
typesAlias Map<String, Map<String, String>>?
getter/setter pairinherited

Methods

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

Operators

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

Static Methods

fromJson(Map<String, dynamic> map) LegacyTypesWithSpecVersionRange
override