Uri constructor

const Uri({
  1. required String value,
})

Implementation

const Uri({
  required this.value,
});