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);
}
Converts a JavaScript value to boolean and returns the resulting boolean.
bool get boolean {
return JSValueToBoolean(context.ref, _ref);
}