boolOrFalse property

bool get boolOrFalse

获取bool值,类型匹配才有值,默认false

Implementation

bool get boolOrFalse => boolOrDefValue(false);