NumberFormat class

Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

NumberFormat([Object? locales, NumberFormatOptions? options])
factory

Properties

format → ({String Function(num value) $1, String Function(Object value) $2})

Available on NumberFormat, provided by the NumberFormat$Typings extension

Overload accessor: $1, $2
no setter
formatToParts List<NumberFormatPart> Function([Object?])

Available on NumberFormat, provided by the NumberFormat$Typings extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
resolvedOptions → ({ResolvedNumberFormatOptions Function() $1, ResolvedNumberFormatOptions Function() $2})

Available on NumberFormat, provided by the NumberFormat$Typings extension

Overload accessor: $1, $2
no setter
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

Static Properties

supportedLocalesOf List<String> Function(Object, [NumberFormatOptions?])
getter/setter pair