boolean property

bool get boolean

Converts a JavaScript value to boolean and returns the resulting boolean.

Implementation

bool get boolean {
  return JSValueToBoolean(context.ref, _ref);
}