files_limit property

String get files_limit

You can add to 5 files

Implementation

String get files_limit {
  return Intl.message(
    'You can add to 5 files',
    name: 'files_limit',
    desc: '',
    args: [],
  );
}