RdServiceModel constructor

RdServiceModel({
  1. List<BioMetricDevice> supportedDevices = const [],
  2. required int? port,
  3. RDStatus? rdStatus,
  4. String? rdInfo,
  5. String? deviceInfoPath,
  6. String? capturePath,
})

Implementation

RdServiceModel({
  this.supportedDevices = const [],
  required this.port,
  this.rdStatus,
  this.rdInfo,
  this.deviceInfoPath,
  this.capturePath,
});