weekdaysLong property

  1. @override
List<String> weekdaysLong
override

Implementation

@override
List<String> get weekdaysLong => const [
      "chủ nhật",
      "thứ hai",
      "thứ ba",
      "thứ tư",
      "thứ năm",
      "thứ sáu",
      "thứ bảy"
    ];