data property

List<DataRequirement>? data
inherited

data The triggering data of the event (if this is a data trigger). If more than one data is requirement is specified, then all the data requirements must be true.

Implementation

List<DataRequirement>? get data => throw _privateConstructorUsedError;