isBoolean function

bool isBoolean(
  1. String str
)

Check if String is a boolean.

Implementation

bool isBoolean(String str) => _isBoolean(str);