minuteAfter method

DateTime minuteAfter()

当前时间加 n 分钟

Implementation

DateTime minuteAfter() => Jiffy.now().add(minutes: this).dateTime;