UrlChange constructor

const UrlChange({
  1. required String? url,
})

Creates a new UrlChange.

Implementation

const UrlChange({required this.url});