File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ class PlaybackState {
65
65
/// The time at which the playback position was last updated
66
66
final int updateTime;
67
67
68
- PlaybackState ({
68
+ const PlaybackState ({
69
69
@required this .basicState,
70
70
@required this .actions,
71
71
this .position,
@@ -222,7 +222,7 @@ class MediaItem {
222
222
/// The rating of the MediaItem.
223
223
final Rating rating;
224
224
225
- MediaItem ({
225
+ const MediaItem ({
226
226
@required this .id,
227
227
@required this .album,
228
228
@required this .title,
@@ -256,7 +256,7 @@ class MediaControl {
256
256
/// The action to be executed by this control
257
257
final MediaAction action;
258
258
259
- MediaControl ({
259
+ const MediaControl ({
260
260
this .androidIcon,
261
261
@required this .label,
262
262
@required this .action,
You can’t perform that action at this time.
0 commit comments