toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {"type": type, "stepsCategoryInfo": stepsCategoryInfo!.toJson(), "actionDetailsInfo": actionDetailsInfo!.toJson()};