menu
ndk package
documentation
shared/nips/nip01/event_kind_classification.dart
EventKindClassification
isParameterizedReplaceableKind static method
isParameterizedReplaceableKind static method
dark_mode
light_mode
isParameterizedReplaceableKind
static method
bool
isParameterizedReplaceableKind
(
int
kind
)
Implementation
static bool isParameterizedReplaceableKind(int kind) { return kind >= 30000 && kind <= 39999; }
ndk package
documentation
shared/nips/nip01/event_kind_classification
EventKindClassification
isParameterizedReplaceableKind static method
EventKindClassification class