addMinutes method

DateTime addMinutes(
  1. int minutes
)

Implementation

DateTime addMinutes(int minutes) => add(Duration(minutes: minutes));