TinCanDuration.fromWeeks constructor

TinCanDuration.fromWeeks(
  1. String? weeks
)

Implementation

TinCanDuration.fromWeeks(this.weeks)
    : _format = _Format.weeks,
      date = null,
      time = null,
      years = null,
      months = null,
      days = null,
      hours = null,
      minutes = null,
      seconds = null;