LegacyTypesBundle class

Legacy Types Bundle holds optional array of (min and max) spec-version with Legacy Types

Inheritance

Constructors

LegacyTypesBundle({List<LegacyTypesWithSpecVersionRange>? versions, 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
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
versions List<LegacyTypesWithSpecVersionRange>?
final

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) LegacyTypesBundle
override