Replaces the keys of data in this String with the corresponding values.
data
String replaceData(Map<String, dynamic> data) => _replaceData(this, data);