Skip to content

Commit 1a27ccc

Browse files
committed
Rename storage to database.
1 parent 7382aef commit 1a27ccc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/api/models/reaction.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class Reaction with EquatableMixin, SerializableMixin {
2323
/// Event that will trigger the action.
2424
final TriggerModel trigger;
2525

26+
/// Unique id of the reaction.
2627
final String id;
2728

2829
/// Creates a [Reaction] with the given data.

0 commit comments

Comments
 (0)