noInternetMessage property Null safety
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: [],
);
}