isTruthy static method

bool isTruthy(
  1. dynamic value
)

Implementation

static bool isTruthy(dynamic value) => !isFalsy(value);