boolValue method

bool boolValue([
  1. bool defaultValue = false
])

Implementation

bool boolValue([bool defaultValue = false]) => get<bool?>() ?? defaultValue;