sqlTruthy function

bool sqlTruthy(
  1. Object? v
)

Implementation

bool sqlTruthy(Object? v) => v is bool && v;