AndroidUrlChange constructor

const AndroidUrlChange({
  1. required String? url,
  2. required bool isReload,
})

Constructs an AndroidUrlChange.

Implementation

const AndroidUrlChange({required super.url, required this.isReload});