maxPoints property

int maxPoints

Implementation

int get maxPoints =>
    sections.fold<int>(0, (sum, section) => sum + section.maxPoints);