menu
flutter_nfc_acs2 package
documentation
models.dart
AcsDevice
AcsDevice.new const constructor
AcsDevice.new const constructor
dark_mode
light_mode
AcsDevice
constructor
const
AcsDevice
(
String
address
,
String
?
name
, {
AcsModel
model
=
AcsModel.ACR1255U_J1
,
dynamic
names
,
})
Implementation
const AcsDevice(this.address, this.name, {this.model = AcsModel.ACR1255U_J1, names});
flutter_nfc_acs2 package
documentation
models
AcsDevice
AcsDevice.new const constructor
AcsDevice class