GroupChannelChangeLogsParams class Null safety
An object consists a set of parameters for group channel change logs
Constructors
Properties
-
customTypes
↔ List<
String> -
Sets the custom types filter.
The property filters channels which have one of custom types.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- includeEmptyChannel ↔ bool
-
Determines whether to include the empty channels in the results.
read / write
- includeFrozenChannel ↔ bool
-
Determines whether to include the frozen channels in the results.
read / write
- includeMemberList ↔ bool
-
Determines whether to include members property in each channel.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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