ClearLogsResponse constructor

const ClearLogsResponse(
  1. String status,
  2. int timestamp
)

Implementation

const factory ClearLogsResponse(String status, int timestamp) = _$ClearLogsResponse;