AbsoluteUriRecord({String? uri, Uint8List? id}) : super(id: id) { if (uri != null) { this.uri = uri; } }