JMGroupInfo class
Constructors
- JMGroupInfo.fromJson(Map json)
Properties
- desc ↔ String
-
read / write
- groupType ↔ JMGroupType
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- id ↔ String
-
read / write
- isBlocked ↔ bool
-
read / write
- isNoDisturb ↔ bool
-
read / write
- level ↔ int
-
read / write
- maxMemberCount ↔ int
-
read / write
- name ↔ String
-
read / write
- owner ↔ String
-
read / write
- ownerAppKey ↔ String
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- targetType → JMGroup
-
read-only
Methods
-
exitGroup(
{String id}) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map -
toString(
) → String -
Returns a string representation of this object.
inherited
-
updateGroupInfo(
{String newName, String newDesc}) → Future< void>
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
override