add property

String add

Add

Implementation

String get add {
  return Intl.message(
    'Add',
    name: 'add',
    desc: '',
    args: [],
  );
}