hasChildElmKind static method

bool hasChildElmKind(
  1. MDElmKind elm
)

Implementation

static bool hasChildElmKind(MDElmKind elm) => MarkDown.elmKindTree[elm].length != 0;