errorMessageFile static method

String errorMessageFile(
  1. String path
)

Implementation

static String errorMessageFile(String path) => "File does not exist: $path";