MesiboProfile constructor

MesiboProfile({
  1. String? address,
  2. required int groupId,
  3. required int uid,
  4. required int hash_id,
  5. String? name,
  6. required bool selfProfile,
})

Implementation

Future<MesiboLocation?> get(){return subscribe(0);}}class MesiboProfile extends MesiboProfileFlutter{static const int MESIBO_MSGSTATUS_RECEIVEDNEW= 0x12;static const int VISIBILITY_NONE= 0;static const int VISIBILITY_PUBLIC= 1;static const int VISIBILITY_SEARCHABLE= 3;MesiboProfileLocation? locationProfile= null;MesiboProfile({super.address,required super.groupId,required super.uid,required super.hash_id,super.name,required super.selfProfile,}
         );