hashtags property

void hashtags=(List<HashTag> value)

Implementation

set hashtags(List<HashTag> value) {
  emit(state.copyWith(hashtags: value));
}