select_all property

String select_all

Select All

Implementation

String get select_all {
  return Intl.message(
    'Select All',
    name: 'select_all',
    desc: '',
    args: [],
  );
}