ApplicationVersionInfo class
Constructors
- ApplicationVersionInfo({required String name, required String version})
-
ApplicationVersionInfo.fromJson(Map<
String, dynamic> json)
Properties
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>