标签: flutter format duration
答案 0 :(得分:1)
您可以尝试使用 abs 方法。例如
var d = Duration(hours: 2,minutes: 30); print(d.abs().inMinutes); // 150
希望获得帮助。