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