boolean property

bool boolean

Implementation

bool get boolean => value is bool ? value as bool : false;