InvalidUrlException constructor

const InvalidUrlException(
  1. String message, [
  2. String? details
])

Implementation

const InvalidUrlException(super.message, [super.details]);