支持 属性

bool 支持

如果当前平台支持此输入类型,则返回 true。

实现

static bool get supported {
  return (new InputElement(type: 'datetime-local')).type == 'datetime-local';
}