isFlag property

bool get isFlag

Whether this entry is a boolean flag.

Implementation

bool get isFlag => kind == 'flag';