hasClosing property

  1. @override
bool hasClosing
override

Whether this tag requires a closing tag, such as [/if].

Implementation

@override
bool get hasClosing => false;