toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      "tempTimeType": tempTimeType,
      "startTime": startTime,
      "tempList": List<dynamic>.from(tempList!.map((x) => x)),
    };