alsJaNein function

bool alsJaNein(
  1. Object? wert, [
  2. bool rueckfall = false
])

Implementation

bool alsJaNein(Object? wert, [bool rueckfall = false]) =>
    wert is bool ? wert : rueckfall;