DeviceSoftwareInfo class
Constructors
-
DeviceSoftwareInfo.new({required String deviceType, required int passwordSum, required List<
UserAuthType> passwordType, required int cardSum, required List<UserAuthType> cardType, required int markSum, required List<UserAuthType> markType, required int faceSum, required List<UserAuthType> faceType, required List<DeviceSupportMode> modelType, required int connectionNumber, required List<DeviceOtherFunction> otherFunction}) -
DeviceSoftwareInfo.fromJson(Map<
String, dynamic> map) -
factory
Properties
- cardSum → int
-
final
-
cardType
→ List<
UserAuthType> -
final
- connectionNumber → int
-
final
- deviceType → String
-
final
- faceSum → int
-
final
-
faceType
→ List<
UserAuthType> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- markSum → int
-
final
-
markType
→ List<
UserAuthType> -
final
-
modelType
→ List<
DeviceSupportMode> -
final
-
otherFunction
→ List<
DeviceOtherFunction> -
final
- passwordSum → int
-
final
-
passwordType
→ List<
UserAuthType> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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