UriRecord.fromUri constructor
UriRecord.fromUri(
- Uri? uri
Construct with an instance of Uri
Implementation
UriRecord.fromUri(Uri? uri) {
uriString = uri.toString();
}
Construct with an instance of Uri
UriRecord.fromUri(Uri? uri) {
uriString = uri.toString();
}