documentCheckLabel static method

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

Implementation

static String documentCheckLabel(int current, int total) =>
    'Dokumente prüfen ($current/$total)';