1
This commit is contained in:
@@ -9,7 +9,7 @@ class PlanStepDto {
|
||||
|
||||
Map<String, dynamic> toJson() {
|
||||
final map = <String, dynamic>{};
|
||||
map["id"] = id;
|
||||
map["id"] = id ?? 0;
|
||||
map["step_icon"] = stepIcon;
|
||||
map["step_content"] = stepContent;
|
||||
map["step_explain"] = stepExplain;
|
||||
|
||||
Reference in New Issue
Block a user