boolValue method

bool? boolValue()

Implementation

bool? boolValue() => modelValue is bool ? modelValue : null;