logoutCheck property
String
get
logoutCheck
是否要登出?
Implementation
String get logoutCheck {
return Intl.message(
'是否要登出?',
name: 'logoutCheck',
desc: '',
args: [],
);
}
是否要登出?
String get logoutCheck {
return Intl.message(
'是否要登出?',
name: 'logoutCheck',
desc: '',
args: [],
);
}