ScanModel class
Constructors
- ScanModel({required String? name, required String? taskId, required String? actualOrder, required bool? scan, required bool? upload, required String? params, required String? apiUrl, required num? splitNum, required ScanState? state, required String? id, required String? wifiName, required String? wifiPassword})
-
ScanModel.fromJson(Map<
String, dynamic> json)
Properties
- actualOrder ↔ String?
-
getter/setter pair
- apiUrl ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
getter/setter pair
- isSelected ↔ bool?
-
getter/setter pair
- name ↔ String?
-
getter/setter pair
- params ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scan ↔ bool?
-
getter/setter pair
- sizeStr ↔ String?
-
getter/setter pair
- splitNum ↔ num?
-
getter/setter pair
- state ↔ ScanState?
-
getter/setter pair
- taskId ↔ String?
-
getter/setter pair
- upload ↔ bool?
-
getter/setter pair
- uploadedSize ↔ String?
-
getter/setter pair
- wifiName ↔ String?
-
getter/setter pair
- wifiPassword ↔ 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