LogBean constructor

LogBean(
  1. int type,
  2. String msg
)

Implementation

LogBean(this.type, this.msg) {
  timestamp = DateTime.now().millisecondsSinceEpoch;
  expand = false;
}