isBlockElement method

bool isBlockElement()

For block syntax has to return true.

By default returns false.

Implementation

bool isBlockElement() => false;