Constructs a UriRecord from a Uri instance.
UriRecord.fromUri(Uri? uri) { uriString = uri.toString(); }