AmityFilePostCreator class

Implementation Layer for Amity Post File Creator

Inheritance

Constructors

AmityFilePostCreator({required List<AmityFile> files, required PostCreateUsecase useCase, required String targetId, required String targetType})
Init AmityFilePostCreator

Properties

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

Methods

mentionUsers(List<String> userIds) PostCreator
inherited
metadata(Map<String, dynamic> metadata) PostCreator
Add metadata to Amity Post
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
post() Future<AmityPost>
Create Amity Post
inherited
text(String text) PostCreator
Add text to Amity Post
inherited
toString() String
A string representation of this object.
inherited

Operators

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