Returns true if this input type is supported on the current platform.
Source
static bool get supported { return (new InputElement(type: 'time')).type == 'time'; }
Returns true if this input type is supported on the current platform.
static bool get supported { return (new InputElement(type: 'time')).type == 'time'; }