UriRecord.fromUri constructor

UriRecord.fromUri(
  1. Uri? uri
)

Construct with an instance of Uri

Implementation

UriRecord.fromUri(Uri? uri) {
  uriString = uri.toString();
}