database_not_found property

String get database_not_found

Database not found

Implementation

String get database_not_found {
  return Intl.message(
    'Database not found',
    name: 'database_not_found',
    desc: '',
    args: [],
  );
}