docs/Classes/Modifier.html
@objcMembers
public class Modifier : NSObject, AutoCoding, AutoEquatable, AutoDiffable, AutoJSExport, Diffable
extension Modifier: NSCoding
modifier can be thing like private, class, nonmutating if a declaration has modifier like private(set) it’s name will be private and detail will be set
`
name
`
The declaration modifier name.
Swift
public let name: String
`
detail
`
The modifier detail, if any.
Swift
public let detail: String?
`
init(name:detail:)
`
Swift
public init(name: String, detail: String? = nil)
`
asSource
`
Swift
public var asSource: String { get }
`
diffAgainst(_:)
`
Swift
public func diffAgainst(_ object: Any?) -> DiffableResult
Copyright © 2016-2021 Pixle. All rights reserved.
Generated by jazzy ♪♫ v0.14.0, a Realm project.