Appearance
PropertyType
Enum Representing the Value Type of a Flake Property used for en/decoding
swift
enum PropertyType
Enumeration Cases
bin
swift
case bin
bool
swift
case bool
datetime
swift
case datetime
float
swift
case float
int16
swift
case int16
int32
swift
case int32
int8
swift
case int8
string
swift
case string
uInt16
swift
case uInt16
uInt32
swift
case uInt32
uInt8
swift
case uInt8
uuid
swift
case uuid
Initializers
init(rawValue:)
swift
init?(rawValue: UInt8)