LogTailTextUi constructor

const LogTailTextUi({
  1. required bool utc,
  2. bool raw = false,
  3. int? limit,
})

Implementation

const LogTailTextUi({required this.utc, this.raw = false, this.limit});