PickerDisplayItem constructor

PickerDisplayItem({
  1. required String name,
  2. required Uint8List imageBytes,
  3. String? serviceUuid,
})

Implementation

PickerDisplayItem({
  required this.name,
  required this.imageBytes,
  this.serviceUuid,
});