DecimalNumberFormatDirective class

Helper directive to provide a basic NumberFormat pattern for use with number accessors.

This is not necessary for standard material-inputtype=num as it's provided as the default. It should only be used with material-inputtype=int64.

Annotations
  • @Directive(selector: '[decimalNumberFormat]', providers: [FactoryProvider(NumberFormat, decimalNumberFormat)])

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited