network_error_tip property
String
get
network_error_tip
The current network is unavailable, please check your network settings.
Implementation
String get network_error_tip {
return Intl.message(
'The current network is unavailable, please check your network settings.',
name: 'network_error_tip',
desc: '',
args: [],
);
}