asBool property

bool get asBool

Get the bool value of this JSON value, or throw if other type.

Implementation

bool get asBool => value as bool;