Reader constructor

Reader({
  1. String? id,
  2. String? deviceType,
  3. String? label,
  4. String? location,
  5. Map<String, dynamic>? metadata,
  6. String? serialNumber,
  7. String? status,
  8. String? object,
  9. String? deviceSwVersion,
  10. String? ipAddress,
  11. bool? livemode,
})

Implementation

Reader(
    {this.id,
    this.deviceType,
    this.label,
    this.location,
    this.metadata,
    this.serialNumber,
    this.status,
    this.object,
    this.deviceSwVersion,
    this.ipAddress,
    this.livemode});