CameraEventOptions constructor

const CameraEventOptions({
  1. int? limit,
  2. DingKind? kind,
  3. String? state,
  4. bool? favorites,
  5. String? olderThanId,
  6. String? paginationKey,
})

Implementation

const CameraEventOptions({
  this.limit,
  this.kind,
  this.state,
  this.favorites,
  this.olderThanId,
  this.paginationKey,
});