Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.
siemensikkema edited this page Sep 2, 2021 · 1 revision

Flash

public final class Flash: Codable 

Inheritance

Codable, LeafDataRepresentable

Initializers

init(kind:message:)

public init(kind: Kind, message: String) 

init(_:_:)

public init(_ kind: Kind, _ message: String) 

Properties

kind

public var kind: Kind

message

public var message: String

leafData

public var leafData: LeafData 
Clone this wiki locally