ApplicationLogData constructor

ApplicationLogData({
  1. required List<String> logs,
  2. String? txId,
})

Implementation

ApplicationLogData({
  required this.logs,
  this.txId,
});