CrashLogBean constructor

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

Implementation

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