docs/Classes/DictionaryType.html
@objcMembers
public final class DictionaryType : NSObject, SourceryModel, Diffable
extension DictionaryType: NSCoding
Describes dictionary type
`
name
`
Type name used in declaration
Swift
public var name: String
`
valueTypeName
`
Dictionary value type name
Swift
public var valueTypeName: TypeName
`
valueType
`
Dictionary value type, if known
Swift
public var valueType: Type?
`
keyTypeName
`
Dictionary key type name
Swift
public var keyTypeName: TypeName
`
keyType
`
Dictionary key type, if known
Swift
public var keyType: Type?
`
asGeneric
`
Returns dictionary as generic type
Swift
public var asGeneric: GenericType { get }
`
asSource
`
Swift
public var asSource: String { get }
`
diffAgainst(_:)
`
Swift
public func diffAgainst(_ object: Any?) -> DiffableResult
Copyright © 2016-2021 Pixle. All rights reserved.
Generated by jazzy ♪♫ v0.14.0, a Realm project.