CommunityCreatorBuilder class

Constructors

CommunityCreatorBuilder(CommunityCreateUsecase usecase, String _displayName)
init CommunityCreatorBuilder

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

Methods

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

Operators

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