ChannelCreatorBuilder class

Constructors

ChannelCreatorBuilder(ChannelCreateUsecase usecase, AmityChannelType _type)
init ChannelCreatorBuilder

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 → ChannelCreateUsecase
final

Methods

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

Operators

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