boolOf function

bool boolOf(
  1. dynamic data
)

Implementation

bool boolOf(data) => valueByType(data, bool);