BatchGetObjectInformation constructor

BatchGetObjectInformation({
  1. required ObjectReference objectReference,
})

Implementation

BatchGetObjectInformation({
  required this.objectReference,
});