noData property

String get noData

Implementation

String get noData {
  if (language == french) return '(FR) No data';
  return 'No Data';
}