title property

String title

標題

Implementation

String get title {
  return Intl.message(
    '標題',
    name: 'title',
    desc: '',
    args: [],
  );
}