selfCleaningMethodToJson function

Map<String, dynamic>? selfCleaningMethodToJson(
  1. SelfCleaningMethod? selfCleaningMethod
)

Implementation

Map<String, dynamic>? selfCleaningMethodToJson(
        SelfCleaningMethod? selfCleaningMethod) =>
    selfCleaningMethod?.toJson();