String writeOptionallyEmptyUri(Uri? uri) => _writeOptionallyEmpty<Uri>(uri, (uri) => uri.toString());