UcumConcept constructor
UcumConcept({})
Implementation
UcumConcept(
{required this.kind,
required this.code,
this.codeUC,
this.printSymbol,
List<String>? names})
: names = names ?? <String>[];