feedType method

Implementation

AmityPostGetQueryBuilder feedType(AmityFeedType feedType) {
  _amityFeedType = feedType.value;
  return this;
}