supportedValuesOf function

  1. @JS('supportedValuesOf')
JSArray<JSString> supportedValuesOf(
  1. JSString key
)

Method supportedValuesOf

Parameters:

  • key: "calendar" | "collation" | "currency" | "numberingSystem" | "timeZone" | "unit"

Implementation

@_i1.JS('supportedValuesOf')
external _i1.JSArray<_i1.JSString> supportedValuesOf(_i1.JSString key);