$ModuleIntl class

Available extensions
Annotations
  • @JS('Intl')
  • @staticInterop

Constructors

$ModuleIntl()

Properties

collator → dynamic

Available on $ModuleIntl, provided by the $ModuleIntl$Typings extension

no setter
dateTimeFormat → dynamic

Available on $ModuleIntl, provided by the $ModuleIntl$Typings extension

no setter
displayNames → dynamic

Available on $ModuleIntl, provided by the $ModuleIntl$Typings extension

The Intl.DisplayNames() object enables the consistent translation of language, region and script display names.
no setter
hashCode int
The hash code for this object.
no setterinherited
listFormat → dynamic

Available on $ModuleIntl, provided by the $ModuleIntl$Typings extension

no setter
locale → dynamic

Available on $ModuleIntl, provided by the $ModuleIntl$Typings extension

Constructor creates Intl.Locale objects
no setter
numberFormat → dynamic

Available on $ModuleIntl, provided by the $ModuleIntl$Typings extension

no setter
pluralRules → dynamic

Available on $ModuleIntl, provided by the $ModuleIntl$Typings extension

no setter
relativeTimeFormat → dynamic

Available on $ModuleIntl, provided by the $ModuleIntl$Typings extension

The Intl.RelativeTimeFormat object is a constructor for objects that enable language-sensitive relative time formatting.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
segmenter → dynamic

Available on $ModuleIntl, provided by the $ModuleIntl$Typings extension

no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
supportedValuesOf(SupportedValuesOf key) List<String>

Available on $ModuleIntl, provided by the $ModuleIntl$Typings extension

Returns a sorted array of the supported collation, calendar, currency, numbering system, timezones, and units by the implementation. MDN
toString() String
A string representation of this object.
inherited

Operators

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