PromoteObjectIDs constructor

const PromoteObjectIDs({
  1. required List<String> objectIDs,
  2. required int position,
})

Returns a new PromoteObjectIDs instance.

Implementation

const PromoteObjectIDs({
  required this.objectIDs,
  required this.position,
});