AttributeType

public protocol AttributeType : Decodable, Encodable

Attribute type protocol.

  • String value to represent the destination type.

    Declaration

    Swift

    var rawValue: String { get }
  • Is it a storage type.

    Declaration

    Swift

    var isStorage: Bool { get }
  • Is it a relative type.

    Declaration

    Swift

    var isRelative: Bool { get }