replaceAll property

String replaceAll

Replace all

Implementation

String get replaceAll {
  return Intl.message(
    'Replace all',
    name: 'replaceAll',
    desc: '',
    args: [],
  );
}