hasSeeAlso property

bool hasSeeAlso

Whether or not this element's documentation has a "See also:" section in it.

Implementation

bool get hasSeeAlso => commentStringWithoutTools.contains('See also:');