common_message_noTasksMessage property

String get common_message_noTasksMessage

You don’t have any tasks currently on this apiary. You can add a new task by clicking the button below.

Implementation

String get common_message_noTasksMessage {
  return Intl.message(
    'You don’t have any tasks currently on this apiary.  You can add a new task by clicking the button below.',
    name: 'common_message_noTasksMessage',
    desc: '',
    args: [],
  );
}