SystemLogUris constructor

SystemLogUris(
  1. {required List<SystemLog>? systemLogs}
)

Implementation

SystemLogUris({required this.systemLogs});