valueIsTrue function

bool valueIsTrue(
  1. dynamic o
)

Implementation

bool valueIsTrue(o) => o;