MoAppUpdateInfo class
Constructors
-
MoAppUpdateInfo.new({required String currentVersion, required String currentBuildNumber, required String currentVersionString, String? newVersion, String? newBuildNumber, String? newVersionString, required MoAppUpdateMode mode, required String? url, required bool hasUpdate, int? updatePriority, Map<
String, String> ? changelog})
Properties
-
changelog
→ Map<
String, String> ? -
final
- currentBuildNumber → String
-
final
- currentVersion → String
-
final
- currentVersionString → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasUpdate → bool
-
final
- mode → MoAppUpdateMode
-
final
- newBuildNumber → String?
-
final
- newVersion → String?
-
final
- newVersionString → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updatePriority → int?
-
final
- url → String?
-
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