IncludeEventContext constructor

IncludeEventContext({
  1. int? afterLimit,
  2. int? beforeLimit,
  3. bool? includeProfile,
})

Implementation

IncludeEventContext({this.afterLimit, this.beforeLimit, this.includeProfile});