updateDefaultReactionType property
The type of default reaction has changed
Implementation
UpdateDefaultReactionType? get updateDefaultReactionType {
if (this is UpdateDefaultReactionType) {
return this as UpdateDefaultReactionType;
}
return null;
}