TrackingDetail constructor
- dynamic objectType,
- dynamic mode,
- DateTime? datetime,
- String? message,
- String? status,
- TrackingLocation? trackingLocation
Implementation
TrackingDetail(
objectType,
mode,
this.datetime,
this.message,
this.status,
this.trackingLocation,
) : super(objectType, mode);