Maps attribute names to their corresponding property names for cases where attribute name doesn't match property name.
Source
Map<String, String> get attrToPropMap { return this._attrToPropMap; }
Source
set attrToPropMap(Map<String, String> value) { this._attrToPropMap = value; }