GetLogsResponse constructor

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

Implementation

const factory GetLogsResponse(List<Map<String, dynamic>> logs, int timestamp) = _$GetLogsResponse;