noInternetMessage property Null safety

String noInternetMessage

Are you sure that you're connected to the internet?

Implementation

String get noInternetMessage {
  return Intl.message(
    'Are you sure that you\'re connected to the internet?',
    name: 'noInternetMessage',
    desc: '',
    args: [],
  );
}