asBool property
bool
get
asBool
Property that converts the current object to a bool instance
Implementation
bool get asBool => BoolHelper.convertToBool(this);
Property that converts the current object to a bool instance
bool get asBool => BoolHelper.convertToBool(this);