toJson method

Map<String, dynamic> toJson()

Implementation

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