supported property Null safety
Returns true if this input type is supported on the current platform.
Implementation
static bool get supported {
return (new InputElement(type: 'search')).type == 'search';
}
Returns true if this input type is supported on the current platform.
static bool get supported {
return (new InputElement(type: 'search')).type == 'search';
}