toJson method
Implementation
Map<String, dynamic> toJson() {
final objectAttributeList = this.objectAttributeList;
final objectReference = this.objectReference;
final schemaFacet = this.schemaFacet;
return {
'ObjectAttributeList': objectAttributeList,
'ObjectReference': objectReference,
'SchemaFacet': schemaFacet,
};
}