MimiHearingPercentage
public struct MimiHearingPercentage : Codable, RawRepresentable
Hearing Percentage ability of an individual ear that was detected during an individual test.
-
Percentage value of the ability.
Declaration
Swift
public let rawValue: Int
-
Declaration
Swift
public init(rawValue: Int)