reactionsSelf property
Implementation
ListBuilder<String> get reactionsSelf => _$this._reactionsSelf ??= ListBuilder<String>();
Implementation
set reactionsSelf(covariant ListBuilder<String>? reactionsSelf) => _$this._reactionsSelf = reactionsSelf;