getStringFormatProperty method

String? getStringFormatProperty(
  1. String key
)

Returns the format property associated with the key.

Implementation

String? getStringFormatProperty(String key) => getFormatProperties()?[key];