EventObject constructor

const EventObject(
  1. Object _source, [
  2. DateTime? _timestamp
])

Creates a new EventObject with the given source.

Implementation

const EventObject(this._source, [this._timestamp]);