TrackingInfoModel constructor

TrackingInfoModel({
  1. int? id,
  2. int? allowedTimeBeforeTrack,
  3. double? allowedDistanceBeforeTrack,
  4. int? manualStatus,
  5. _UserInfo? userInfo,
  6. _ProInfo? proInfo,
})

Implementation

TrackingInfoModel(
    {this.id,
    this.allowedTimeBeforeTrack,
    this.allowedDistanceBeforeTrack,
    this.manualStatus,
    this.userInfo,
    this.proInfo});