birthDay property

String birthDay

出生日

Implementation

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