(duration: DurationFormat)
| 73 | |
| 74 | // For {hours: 2, minutes: 15} |
| 75 | setDuration(duration: DurationFormat) { |
| 76 | this.duration = duration; |
| 77 | return this; |
| 78 | } |
| 79 | |
| 80 | // For {minutes: 155} |
| 81 | setDurationFormatted(duration: DurationFormat, style: DurationStyle = 'Duration') { |
no outgoing calls
no test coverage detected