supportedValuesOf method

List<String> supportedValuesOf(
  1. SupportedValuesOf key
)

Returns a sorted array of the supported collation, calendar, currency, numbering system, timezones, and units by the implementation. MDN

Implementation

_i2.List<_i2.String> supportedValuesOf(_i3.SupportedValuesOf key) =>
    ((_i5.callMethod(
      this,
      'supportedValuesOf',
      [key.name],
    )) as _i2.List)
        .cast();