MesiboProfileFlutter constructor

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

Implementation

null,admin: result[1]! as bool,owner: result[2]! as bool,);}}class MesiboProfileFlutter{MesiboProfileFlutter({this.address,required this.groupId,required this.uid,required this.hash_id,this.name,required this.selfProfile,}
       );