isBool property

bool get isBool

Return true iff this JSON value is a bool.

Implementation

bool get isBool => value is bool;