RemoteLog constructor

const RemoteLog(
  1. DateTime time,
  2. bool isError,
  3. String message
)

Implementation

const RemoteLog(this.time, this.isError, this.message);