supported property
Returns true if this input type is supported on the current platform.
Implementation
static bool get supported {
return (new InputElement(type: 'number')).type == 'number';
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Returns true if this input type is supported on the current platform.
static bool get supported {
return (new InputElement(type: 'number')).type == 'number';
}