DeletedObject constructor
Returns a new DeletedObject instance.
Implementation
DeletedObject({
required this.object,
this.id,
this.slug,
required this.deleted,
});
Returns a new DeletedObject instance.
DeletedObject({
required this.object,
this.id,
this.slug,
required this.deleted,
});