ModulesVersionsResponse class abstract

Implemented types

Constructors

ModulesVersionsResponse(List<Map<String, String>> versions)
const
factory
ModulesVersionsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $ModulesVersionsResponseCopyWith<ModulesVersionsResponse>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
versions List<Map<String, String>>
no setter

Methods

map<TResult extends Object?>({required TResult software(SoftwareVersionResponse value), required TResult hardware(HardwareVersionResponse value), required TResult modules(ModulesVersionsResponse value)}) → TResult
inherited
maybeMap<TResult extends Object?>({TResult software(SoftwareVersionResponse value)?, TResult hardware(HardwareVersionResponse value)?, TResult modules(ModulesVersionsResponse value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult software(String version)?, TResult hardware(String hw_version)?, TResult modules(List<Map<String, String>> versions)?, required TResult orElse()}) → TResult
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited
when<TResult extends Object?>({required TResult software(String version), required TResult hardware(String hw_version), required TResult modules(List<Map<String, String>> versions)}) → TResult
inherited

Operators

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