compoundCode property
String?
get
compoundCode
Implementation
String? get compoundCode => _compoundCode;
set
compoundCode
(String? value)
Implementation
set compoundCode(String? value) => _compoundCode = value;