Instance Property
name
The name of the instance. This is used as the style name.
Declaration
var name: String { get set }Declaration
@property (nonatomic, strong) NSString * name;Declaration
pyobjc_instanceMethods.name() -> str
pyobjc_instanceMethods.setName_(name: str)