isBlock static method
Checks if the node is an instance of Block
Implementation
static bool isBlock(dynamic node) {
return BLOCKS.fromValue(node['nodeType']) != null;
}
Checks if the node is an instance of Block
static bool isBlock(dynamic node) {
return BLOCKS.fromValue(node['nodeType']) != null;
}