minDuration property

int minDuration

Implementation

int get minDuration => trips?.map((e) => (e.totalDuration ?? 0)).reduce(min) ?? 0;