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 aa5e1ca
Show file tree
Hide file tree
Showing 36 changed files with 0 additions and 10,856 deletions.
216 changes: 0 additions & 216 deletions json_serializable/README.md

This file was deleted.

23 changes: 0 additions & 23 deletions json_serializable/example/example.g.dart

This file was deleted.

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
76 changes: 0 additions & 76 deletions json_serializable/test/default_value/default_value.g.dart

This file was deleted.

0 comments on commit aa5e1ca

Please sign in to comment.