collection_limit_exceeded property
String
get
collection_limit_exceeded
The maximum number of collections has been reached
Implementation
String get collection_limit_exceeded {
return Intl.message(
'The maximum number of collections has been reached',
name: 'collection_limit_exceeded',
desc: '',
args: [],
);
}