Skip to content

Commit

Permalink
helpers - streams: use const map (make it const/readonly)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Sep 19, 2023
1 parent 105f8aa commit adfab1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/helpers/events/streams.dart
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ class Events {
}

class ElementEvents extends Events {
static final webkitEvents = {
static const webkitEvents = {
'animationend': 'webkitAnimationEnd',
'animationiteration': 'webkitAnimationIteration',
'animationstart': 'webkitAnimationStart',
Expand Down

0 comments on commit adfab1a

Please sign in to comment.