Required Static Propertysoto-core 7.4.0SotoCore
value
CollectionCoders.swift:65static var value: String { get }
static var value: String { get }
import SotoCore
protocol DictionaryCoderProperties
Protocol for dictionary encoding properties. The property required are the dictionary element name entry
, the key name key
and the value name value
@frozen struct String
A Unicode string value that is a collection of characters.
static var entry: String? { get }
static var key: String { get }