ModelIdentifier
public struct ModelIdentifier<M, F> : ModelIdentifierProtocol where M : Model, F : AnyModelIdentifierFormat
General concrete implementation of a ModelIdentifierProtocol
-
Declaration
Swift
public var fields: Fields
-
Declaration
Swift
static func make(fields: ModelIdentifierProtocol.Field...) -> ModelIdentifier<M, F>
-
General purpose initializer, mainly used by Flutter as the platform only has a single model type.
Declaration
Swift
static func make(fields: [ModelIdentifierProtocol.Field]) -> ModelIdentifier<M, F>