CommunityUpdaterBuilder class

Constructors

CommunityUpdaterBuilder(CommunityUpdateUseCase usecase, String communityId)

Properties

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

Methods

avatar(AmityImage avatar) CommunityUpdaterBuilder
categoryIds(List<String> categoryIds) CommunityUpdaterBuilder
description(String description) CommunityUpdaterBuilder
displayName(String displayName) CommunityUpdaterBuilder
isPostReviewEnabled(bool isPostReviewEnabled) CommunityUpdaterBuilder
isPublic(bool isPublic) CommunityUpdaterBuilder
metadata(Map<String, dynamic> metadata) CommunityUpdaterBuilder
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
tags(List<String> tags) CommunityUpdaterBuilder
toString() String
A string representation of this object.
inherited
update() Future<AmityCommunity>
userIds(List<String> userIds) CommunityUpdaterBuilder

Operators

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