mock property

String get mock

Mocks a string that needs to be translated.

Example:

print('hello'.mock); // hello 🧨

Implementation

String get mock => '$this 🧨';