getString abstract method
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);
Gets a string property by name.
@param key The property name @return The string value, or null if not found or not a string
ConstString? getString(String key);