Constructs a UriRecord with optional prefix and content.
prefix
content
UriRecord({String? prefix, this.content}) { if (prefix != null) { this.prefix = prefix; } }