init()

in Sources/BoltsSwift/Task.swift [31:33]


    init(rawValue: Int) {
        self.rawValue = rawValue
    }