general_mock property

String get general_mock

General errors thrown by the mock controller used for testing

Implementation

String get general_mock {
  return Intl.message(
    'General errors thrown by the mock controller used for testing',
    name: 'general_mock',
    desc: '',
    args: [],
  );
}