description property
String
get
description
說明
Implementation
String get description {
return Intl.message(
'說明',
name: 'description',
desc: '',
args: [],
);
}
說明
String get description {
return Intl.message(
'說明',
name: 'description',
desc: '',
args: [],
);
}