FileExists method

String FileExists(
  1. String fileName
)

Implementation

String FileExists(
  String fileName,
) => 'FileExists($fileName)';