stops property

int stops

Implementation

int get stops => trips?.map((e) => (e.stops ?? 0)).reduce(max) ?? 0;