ApplicationVersionInfo class

Constructors

ApplicationVersionInfo({required String name, required String version})
ApplicationVersionInfo.fromJson(Map<String, dynamic> json)

Properties

hashCode int
The hash code for this object.
no setteroverride
name String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version String
getter/setter pair

Methods

copyWith({String? name, String? version}) ApplicationVersionInfo
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.
override

Operators

operator ==(Object? __other) bool
The equality operator.
override

Static Methods

fromJson_name(Map<String, dynamic> json) String
fromJson_version(Map<String, dynamic> json) String
listFromJson(List? json) List<ApplicationVersionInfo>
mapFromJson(Map<String, dynamic>? json) Map<String, ApplicationVersionInfo>