documentLabel static method

String documentLabel(
  1. int current,
  2. int total
)

Implementation

static String documentLabel(int current, int total) =>
    'Dokumente speichern ($current/$total)';