AuditGetEventsRequest constructor

const AuditGetEventsRequest(
  1. int requestId, {
  2. int limit = 0,
})

Implementation

const AuditGetEventsRequest(int requestId, {this.limit = 0})
    : super(requestId, RequestType.auditGetEvents);