SpeedSignEvent constructor

const SpeedSignEvent({
  1. Uint8List? imageBytes,
  2. int? speedLimit,
  3. String? signType,
  4. required int timestamp,
})

Implementation

const SpeedSignEvent({
  this.imageBytes,
  this.speedLimit,
  this.signType,
  required this.timestamp,
});