toJson method
Implementation
Map<String, dynamic> toJson() => <String, dynamic>{
'code': code,
'CODE': codeUC,
'property': property,
'dim': dim,
'name': names.isEmpty ? null : names.first,
'printSymbol': printSymbol,
};