isTruthy<T> 函数

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

确定给定的对象是否为真值或假值。

实现

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