Gets a String attribute value by key. Returns null if the key doesn't exist or if the value is not a String.
String? getString(String name) => _getTyped<String>(name);