getNumberFormatProperty method

num? getNumberFormatProperty(
  1. String key
)

Returns the format property associated with the key.

Implementation

num? getNumberFormatProperty(String key) => this.getFormatProperties()?[key];