FieldProperty
@propertyWrapper
public struct FieldProperty<E, V> : Codable where E : Entity, V : Decodable, V : Encodable
Undocumented
-
Undocumented
Declaration
Swift
public let name: String
-
Undocumented
Declaration
Swift
public let type: Type
-
Undocumented
Declaration
Swift
public var wrappedValue: V { get set }
-
Undocumented
Declaration
Swift
public init(name: String)
-
Undocumented
Declaration
Swift
public init(name: String, type: Type)
-
Declaration
Swift
public init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws
-
Undocumented
See moreDeclaration
Swift
public enum `Type` : String