Returns the attribute value as a string. If the value is null, returns 'null'.
'null'
@override String? getStringFromAttribute(String name) => _attributeMap[name].toString();