boolValue property

JSONBool boolValue

转换为一个默认为为false 不为空的bool类型

Implementation

JSONBool get boolValue {
  return bool ?? false;
}