getString abstract method

ConstString? getString(
  1. String key
)

Gets a string property by name.

@param key The property name @return The string value, or null if not found or not a string

Implementation

ConstString? getString(String key);