readOptInBool function Null safety

bool readOptInBool(
  1. bool? value
)

Implementation

bool readOptInBool(bool? value) => value ?? false;