Skip to content

Commit

Permalink
fix: dart format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vinothvino42 committed Jan 12, 2025
1 parent 49c58ea commit d24cf54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class MiraiOpacityParser extends MiraiParser<MiraiOpacity> {

@override
String get type => WidgetType.opacity.name;

@override
MiraiOpacity getModel(Map<String, dynamic> json) =>
MiraiOpacity.fromJson(json);
Expand Down

0 comments on commit d24cf54

Please sign in to comment.