UrlChange constructor

UrlChange(
  1. String? identifier,
  2. String? url,
  3. bool foreComplete,
  4. String? description,
)

Implementation

UrlChange(this.identifier, this.url, this.foreComplete, this.description);