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