Skip to content

Commit

Permalink
Made compParserType non null
Browse files Browse the repository at this point in the history
  • Loading branch information
princebansal committed Jun 13, 2024
1 parent 246419f commit d7201f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mirai_framework/lib/src/mirai_parser.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ abstract class MiraiParser<T> {

Widget parse(BuildContext context, T model);

String get compParserType => null;
String get compParserType;
}

0 comments on commit d7201f1

Please sign in to comment.