GrowthType

public enum GrowthType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case linear = "LINEAR"
  • Undocumented

    Declaration

    Swift

    case exponential = "EXPONENTIAL"
  • Declaration

    Swift

    public var description: String { get }