UriAttributeValue constructor

UriAttributeValue({
  1. String? uri,
})

Implementation

UriAttributeValue({
  this.uri,
});