wednesday property

String wednesday

週三

Implementation

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