MesiboProfile class

Inheritance
Implementers

Constructors

MesiboProfile({String? address, required int groupId, required int uid, String? status, String? name, String? imageUrl, String? imagePath, String? thumbnailPath, required bool selfProfile})

Properties

address String?
getter/setter pairinherited
groupId int
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
imagePath String?
getter/setter pairinherited
imageUrl String?
getter/setter pairinherited
name String?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selfProfile bool
getter/setter pairinherited
status String?
getter/setter pairinherited
thumbnailPath String?
getter/setter pairinherited
uid int
getter/setter pairinherited

Methods

encode() Object
inherited
getAddress() String?
getGroupProfile() MesiboGroupProfile?
getNameOrAddress() String?
isGroup() bool
newMessage() MesiboMessage
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited