AmityPost constructor

AmityPost({
  1. required String? postId,
})

Implementation

AmityPost({required this.postId});