replaceData method

String replaceData(
  1. Map<String, dynamic> data
)

Replaces the keys of data in this String with the corresponding values.

Implementation

String replaceData(Map<String, dynamic> data) => _replaceData(this, data);