compoundCode property

String? compoundCode

Implementation

String? get compoundCode => getProperty(this, 'compound_code');
void compoundCode=(String? value)

Implementation

set compoundCode(String? value) {
  setProperty(this, 'compound_code', value);
}