menu
ndk package
documentation
shared/nips/nip19/nip19.dart
Nip19
isNoteId static method
isNoteId static method
dark_mode
light_mode
isNoteId
static method
bool
isNoteId
(
String
str
)
Implementation
static bool isNoteId(String str) { return isKey(Hrps.NOTE_ID, str); }
ndk package
documentation
shared/nips/nip19/nip19
Nip19
isNoteId static method
Nip19 class