NiceScanResult constructor

const NiceScanResult({
  1. required String value,
  2. required String format,
  3. required DateTime timestamp,
})

Implementation

const NiceScanResult({
  required this.value,
  required this.format,
  required this.timestamp,
});