Returns this as a serializable JSON value.
@override Map<String, Object?> toJson() => { 'runtimeType': 'JsonValueBoolean', 'boolean': value, };