readOptOutBool function Null safety

bool readOptOutBool(
  1. bool? value
)

Implementation

bool readOptOutBool(bool? value) => value ?? true;