thursday property

String thursday

週四

Implementation

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