Instance Property
name
The name of the property
Declaration
var name: String! { get set }Declaration
@property (nonatomic, strong) NSString * name;Declaration
name() -> str
setName_(name: str)Instance Property
The name of the property
var name: String! { get set }@property (nonatomic, strong) NSString * name;name() -> str
setName_(name: str)