toJson method

Map<String, dynamic> toJson()

Implementation

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