birthDay property
String
get
birthDay
出生日
Implementation
String get birthDay {
return Intl.message(
'出生日',
name: 'birthDay',
desc: '',
args: [],
);
}
出生日
String get birthDay {
return Intl.message(
'出生日',
name: 'birthDay',
desc: '',
args: [],
);
}