kCrateDecryptFileConstMeta property

TaskConstMeta get kCrateDecryptFileConstMeta

Implementation

TaskConstMeta get kCrateDecryptFileConstMeta => const TaskConstMeta(
      debugName: "decrypt_file",
      argNames: ["inputPath", "outputPath", "password"],
    );