common_error_noHarvestsMessage property
String
get
common_error_noHarvestsMessage
You don’t have any harvests for this hive yet. Add your first harvest in order to update your hive.
Implementation
String get common_error_noHarvestsMessage {
return Intl.message(
'You don’t have any harvests for this hive yet. Add your first harvest in order to update your hive.',
name: 'common_error_noHarvestsMessage',
desc: '',
args: [],
);
}