URIValue constructor

URIValue({
  1. Uri? defaultValue,
  2. bool isRequired = false,
})

Implementation

URIValue({super.defaultValue, super.isRequired = false});