DeviceSoftwareInfo class

设备功能信息实体类

Constructors

DeviceSoftwareInfo({required String deviceType, required int passwordSum, required List<PasswordType> passwordType, required int cardSum, required List<CardType> cardType, required int markSum, required List<MarkType> markType, required int faceSum, required List<FaceType> faceType, required List<DeviceModel> modelType, required int connectionNumber, required List<DeviceOtherFunction> otherFunction})

Properties

cardSum int
final
cardType List<CardType>
final
connectionNumber int
final
deviceType String
final
faceSum int
final
faceType List<FaceType>
final
hashCode int
The hash code for this object.
no setterinherited
markSum int
final
markType List<MarkType>
final
modelType List<DeviceModel>
final
otherFunction List<DeviceOtherFunction>
final
passwordSum int
final
passwordType List<PasswordType>
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