VersionInfo class

Constructors

VersionInfo({int? id, int? createdAt, int? updatedAt, required int updateStatus, required String version, required int buildVersion, required String modifyContent, required String downloadUrl, required int apkSize, required String apkHashCode, required String apkPath})
VersionInfo.fromMap(Map<String, dynamic> json)
factory

Properties

apkHashCode String
getter/setter pair
apkPath String
getter/setter pair
apkSize int
getter/setter pair
buildVersion int
getter/setter pair
createdAt int?
getter/setter pair
downloadUrl String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
modifyContent String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt int?
getter/setter pair
updateStatus int
getter/setter pair
version String
getter/setter pair

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