LogManagementResponse.clearLogs constructor

const LogManagementResponse.clearLogs(
  1. String status,
  2. int timestamp
)

Implementation

const factory LogManagementResponse.clearLogs(String status, int timestamp) = ClearLogsResponse;