Creates a new instance of Tracking.
Example:
final tracking = Tracking( carrier: 'Carrier', code: '123', url: 'https://example.com', );
Tracking({ this.carrier, this.code, this.url, });