MoAppSelfUpdateInfoModel class

priority 0~3. 3: force update, 2: major/feature update, 3: minor/UI update

Constructors

MoAppSelfUpdateInfoModel({required String downloadUrl, String? versionString, int? priority, Map<String, String>? changelog, int? buildNumber})

Properties

buildNumber int?
final
changelog Map<String, String>?
final
downloadUrl String
final
hashCode int
The hash code for this object.
no setterinherited
priority int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
versionString String?
final

Methods

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

Operators

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

Static Methods

fromJson(dynamic json) MoAppSelfUpdateInfoModel