isTruthy<T> 函数

bool T>(
  1. Object? o
)

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

实现

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