DictionaryType
@objcMembers public final class DictionaryType: NSObject, SourceryModel
Describes dictionary type
-
Type name used in declaration
Declaration
Swift
public let name: String
-
Dictionary value type name
Declaration
Swift
public let valueTypeName: TypeName
-
Dictionary value type, if known
Declaration
Swift
public var valueType: Type?
-
Dictionary key type name
Declaration
Swift
public let keyTypeName: TypeName
-
Dictionary key type, if known
Declaration
Swift
public var keyType: Type?