FirmwareUpdate class

检查固件更新返回对象

Constructors

FirmwareUpdate.new({required String deviceId, required bool isUpdate, required String uid, required String envVersion, required String model, required String url, required String oldVersion, required String newVersion})

Properties

deviceId String
final
envVersion String
final
hashCode int
The hash code for this object.
no setterinherited
isUpdate bool
final
model String
final
newVersion String
final
oldVersion String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uid String
final
url String
final

Methods

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

Operators

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