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