object method

ObjectsRemoved object(
  1. int object
)

Implementation

ObjectsRemoved object(int object) => copyWith(objects: [...?objects, object]);