TrafficInfo constructor

TrafficInfo({
  1. int? total,
  2. int? left,
})

Implementation

TrafficInfo({this.total, this.left});