booleanValue method Null safety
Returns this value as a bool
if the type matches, otherwise returns false
.
Implementation
bool booleanValue() => false;
Returns this value as a bool
if the type matches, otherwise returns false
.
bool booleanValue() => false;