TrackingIssue constructor

TrackingIssue({
  1. String? url,
})

Implementation

TrackingIssue({
  this.url,
});