noInternetConnection property

String get noInternetConnection

No internet connection

Implementation

String get noInternetConnection {
  return Intl.message(
    'No internet connection',
    name: 'noInternetConnection',
    desc: '',
    args: [],
  );
}