getStringProperty method

String? getStringProperty(
  1. String key
)

Returns the property associated with the key.

Implementation

String? getStringProperty(String key) => this.getAllProperties()?[key];