common_message_noUserTasksMessage property

String get common_message_noUserTasksMessage

You don’t have any tasks currently on this apiary. You can navigate to your apiary or hive and click the task tab to add tasks.

Implementation

String get common_message_noUserTasksMessage {
  return Intl.message(
    'You don’t have any tasks currently on this apiary.  You can navigate to your apiary or hive and click the task tab to add tasks.',
    name: 'common_message_noUserTasksMessage',
    desc: '',
    args: [],
  );
}