QuestionAnswer

public class QuestionAnswer
  • Declaration

    Swift

    public let code: String
  • Declaration

    Swift

    public let text: QuestionText
  • Declaration

    Swift

    public let isHeader: Bool
  • Declaration

    Swift

    public private(set) var answers: [QuestionAnswer] { get }