LokiValue constructor

LokiValue(
  1. String epoch,
  2. String message
)

Implementation

LokiValue(this.epoch, this.message);