toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final elementIdentifier = this.elementIdentifier;
final elementType = this.elementType;
return {
'elementIdentifier': ?elementIdentifier,
'elementType': ?elementType,
};
}