ChannelUpdateBuilder class

Constructors

ChannelUpdateBuilder(String _channelId, ChannelUpdateUseCase usecase)
init ChannelUpdateBuilder

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
usecase → ChannelUpdateUseCase
final

Methods

avatar(AmityImage avatar) ChannelUpdateBuilder
create() Future<AmityChannel>
displayName(String displayName) ChannelUpdateBuilder
metadata(Map<String, dynamic> metadata) ChannelUpdateBuilder
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
tags(List<String> tags) ChannelUpdateBuilder
toString() String
A string representation of this object.
inherited

Operators

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