isDate property

bool isDate

Tests whether a JavaScript value is a date.

Implementation

bool get isDate {
  return JSValueRef.jSValueIsDate(context.pointer, pointer) == 1;
}