b method

bool b(
  1. String k, {
  2. bool orDefault = false,
})

Implementation

bool b(String k, {bool orDefault = false}) =>
    JSafe.boolean(this[k], orDefault: orDefault);