week abstract method

String week(
  1. int amount, [
  2. bool abbreviated = true
])

Print amount week for the corresponding locale. The unit is abbreviated if abbreviated is set to true.

Implementation

String week(int amount, [bool abbreviated = true]);