kCrateEncryptFileConstMeta property

TaskConstMeta get kCrateEncryptFileConstMeta

Implementation

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