MxGoLoginEvent constructor

MxGoLoginEvent({
  1. bool isGo = false,
  2. bool isToastAll = false,
  3. bool needClear = false,
})

Implementation

MxGoLoginEvent(
    {this.isGo = false, this.isToastAll = false, this.needClear = false});