ChatMemberCounts class
Constructors
- ChatMemberCounts({required int overallCount, required int adminsCount, required int membersCount, required int pendingCount, required int approvedCount})
-
ChatMemberCounts.fromJson(Map<
String, dynamic> json) -
factory
Properties
- adminsCount ↔ int
-
getter/setter pair
- approvedCount ↔ int
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- membersCount ↔ int
-
getter/setter pair
- overallCount ↔ int
-
getter/setter pair
- pendingCount ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited