isNoteId static method

bool isNoteId(
  1. String str
)

Implementation

static bool isNoteId(String str) {
  return isKey(Hrps.NOTE_ID, str);
}