Instance Property
code
The feature code representation in AFDKO syntax.
Declaration
var code: String? { get set }Declaration
@property (nonatomic, strong) NSString * code;Declaration
code() -> str
setCode_(code: str)Instance Property
The feature code representation in AFDKO syntax.
var code: String? { get set }@property (nonatomic, strong) NSString * code;code() -> str
setCode_(code: str)