SystemLog constructor

SystemLog({
  1. required String type,
  2. String? uri,
})

Implementation

SystemLog({required this.type, this.uri});