MesiboPresence constructor

MesiboPresence({
  1. required int presence,
  2. required int value,
  3. required MesiboProfileFlutter? profile,
  4. required MesiboProfileFlutter? groupProfile,
})

Implementation

}class MesiboPresence extends mESIBoFLUTTErCLAss{static const int MESIBO_PRESENCE_REQUEST= 0;static const int MESIBO_PRESENCE_ONLINE= 1;static const int MESIBO_PRESENCE_OFFLINE= 2;static const int MESIBO_PRESENCE_TYPING= 3;static const int MESIBO_PRESENCE_TYPINGCLEARED= 4;static const int MESIBO_PRESENCE_JOINED= 10;static const int MESIBO_PRESENCE_LEFT= 11;static const int MESIBO_PRESENCE_RESERVED= 255;MesiboPresence({required super.presence,required super.value,required super.profile,required super.groupProfile,}
  );