Flag
public struct Flag : Codable, Equatable
                Struct representing Post Flag related values.
- 
                  
                  
Key of flag.
Declaration
Swift
public var key: String - 
                  
                  
Label of flag.
Declaration
Swift
public var label: String - 
                  
                  
Undocumented
Declaration
Swift
public init(key: String, label: String) - 
                  
                  
Declaration
Swift
public init(from decoder: Decoder) throws 
View on GitHub
        Flag Structure Reference