Uri? readOptionalOptionallyEmptyUri(String? uri) => _readOptional<Uri?, String>(uri, readOptionallyEmptyUri);