bundelTotaalInfo method

String bundelTotaalInfo(
  1. int totaal,
  2. int r,
  3. int c
)

Implementation

String bundelTotaalInfo(int totaal, int r, int c) => isNL
    ? 'Totaal: $totaal kabels  |  Maatgevende positie: ($r, $c)'
    : 'Total: $totaal cables  |  Governing position: ($r, $c)';