isTruthy<T> function

bool isTruthy<T>(
  1. Object? o
)

Determines if the given object is truthy or falsy.

Implementation

external bool isTruthy<T>(Object? o);