mock property
String
get
mock
Mocks a string that needs to be translated.
Example:
print('hello'.mock); // hello 🧨
Implementation
String get mock => '$this 🧨';
Mocks a string that needs to be translated.
Example:
print('hello'.mock); // hello 🧨
String get mock => '$this 🧨';