getBoolOrTrue static method

bool getBoolOrTrue(
  1. String key
)

Implementation

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