exceededLimits property
String
get
exceededLimits
The app has exceeded its rate limits.
Implementation
String get exceededLimits {
return Intl.message(
'The app has exceeded its rate limits.',
name: 'exceededLimits',
desc: '',
args: [],
);
}