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