Skip to content

Commit

Permalink
fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmanrezaee committed May 4, 2021
1 parent e98bae1 commit 7ba67e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
4 changes: 0 additions & 4 deletions lib/modules/customers/models/customer_model.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import 'dart:developer';

part 'customer_model.g.dart';

// @JsonSerializable(explicitToJson: true)
class Customer {
String id;
Expand Down Expand Up @@ -57,6 +55,4 @@ class Customer {
log("error $e");
}
}

Map<String, dynamic> toJson() => _$CustomerToJson(this);
}
21 changes: 0 additions & 21 deletions lib/modules/customers/models/customer_model.g.dart

This file was deleted.

0 comments on commit 7ba67e2

Please sign in to comment.