toJson method

Map<String, dynamic> toJson()

Implementation

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