GetObjectInformationResponse constructor

GetObjectInformationResponse({
  1. String? objectIdentifier,
  2. List<SchemaFacet>? schemaFacets,
})

Implementation

GetObjectInformationResponse({
  this.objectIdentifier,
  this.schemaFacets,
});