isBlockElement method

bool isBlockElement()
inherited

For block syntax has to return true.

By default returns false.

Implementation

bool isBlockElement() => false;