isDate property

bool get isDate

Implementation

bool get isDate {
  return js_bd.JSValueIsDate(_context.ref, _ref);
}