cookingHeaterTimerToJson function

Map<String, dynamic>? cookingHeaterTimerToJson(
  1. CookingHeaterTimer? cht
)

Implementation

Map<String, dynamic>? cookingHeaterTimerToJson(CookingHeaterTimer? cht) =>
    cht?.toJson();