Skip to content

Commit

Permalink
Updated from json on gen template (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
M97Chahboun authored Sep 18, 2023
1 parent 055ee0a commit b13fd17
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class -name- extends RocketModel<-name-> {
@override
void fromJson(Map<String, dynamic>? json, {bool isSub = false}) {
if(json == null) return;
-fromJsonFields-
super.fromJson(json, isSub: isSub);
}
Expand Down

0 comments on commit b13fd17

Please sign in to comment.