toJson method
Implementation
Map<String, dynamic> toJson() {
final attributeUpdates = this.attributeUpdates;
final typedLinkSpecifier = this.typedLinkSpecifier;
return {
'AttributeUpdates': attributeUpdates,
'TypedLinkSpecifier': typedLinkSpecifier,
};
}