isDate property
bool
get
isDate
Tests whether a JavaScript value is a date.
Implementation
bool get isDate {
return JSValueRef.jSValueIsDate(context.pointer, pointer) == 1;
}
Tests whether a JavaScript value is a date.
bool get isDate {
return JSValueRef.jSValueIsDate(context.pointer, pointer) == 1;
}