changedGroupDescriptionTo method
No description provided for @changedGroupDescriptionTo.
In en, this message translates to: 'Changed group description to {description}'
Implementation
@override
String changedGroupDescriptionTo(Object description) {
return 'グループの説明を$descriptionに変更しました';
}