addTag property

String addTag

新增標籤

Implementation

String get addTag {
  return Intl.message(
    '新增標籤',
    name: 'addTag',
    desc: '',
    args: [],
  );
}