DeleteEvent constructor

const DeleteEvent(
  1. String _key
)

Creates a new property deleted event instance by name the eventType and the property's key.

Implementation

const DeleteEvent(this._key) : super(Properties.DELETE_PROPERTY_EVENTNAME);