hive_message_missingColonyMessage property
String
get
hive_message_missingColonyMessage
This hive does not have any active colony inside. In order to start adding actions and tracking queens, please add a colony from the Quick Action button or top menu.
Implementation
String get hive_message_missingColonyMessage {
return Intl.message(
'This hive does not have any active colony inside. In order to start adding actions and tracking queens, please add a colony from the Quick Action button or top menu.',
name: 'hive_message_missingColonyMessage',
desc: '',
args: [],
);
}