sunday property

String sunday

週日

Implementation

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