asBool method

Map<T, bool> asBool()

Casts raw values to bool.

Implementation

Map<T, bool> asBool()
{
  return asRaw().cast<T, bool>();
}