Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Apr 25, 2022
1 parent 42c0397 commit fe7d10f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions json_serializable/lib/src/type_helper.dart
Expand Up @@ -35,12 +35,6 @@ abstract class TypeHelperContextWithConfig extends TypeHelperContext {
ClassConfig get config;
}

class Expression {
Expression(this.expression, this.isNullable);
final String expression;
final bool isNullable;
}

abstract class TypeHelper<T extends TypeHelperContext> {
const TypeHelper();

Expand Down

0 comments on commit fe7d10f

Please sign in to comment.