LogManagementResponse.getLogs constructor

const LogManagementResponse.getLogs(
  1. List<Map<String, dynamic>> logs,
  2. int timestamp
)

Implementation

const factory LogManagementResponse.getLogs(List<Map<String, dynamic>> logs, int timestamp) = GetLogsResponse;