getBoolOrFalse static method

bool getBoolOrFalse(
  1. String key
)

Implementation

static bool getBoolOrFalse(
  String key,
) =>
    getBoolOr(key, false);