isConstructor property
bool
get
isConstructor
Tests whether an object can be called as a constructor.
Implementation
bool get isConstructor {
return JSObjectIsConstructor(context.ref, _ref);
}
Tests whether an object can be called as a constructor.
bool get isConstructor {
return JSObjectIsConstructor(context.ref, _ref);
}