compoundCode property
String?
get
compoundCode
Implementation
String? get compoundCode => getProperty(this, 'compound_code');
set
compoundCode
(String? value)
Implementation
set compoundCode(String? value) {
setProperty(this, 'compound_code', value);
}