-
An attribute argument.
See moreDeclaration
Swift
public struct Argument : Codable, Sendable -
The name of the attribute.
Declaration
Swift
public let name: SourceRepresentable<String> -
The parameters of the attribute.
Declaration
Swift
public let arguments: [Argument] -
Undocumented
Declaration
Swift
public init(name: SourceRepresentable<String>, arguments: [Argument] = [])
View on GitHub