attribute_limit_exceeded property

String get attribute_limit_exceeded

The maximum number of attributes has been reached

Implementation

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