selfCleaningMethodFromJson function

SelfCleaningMethod? selfCleaningMethodFromJson(
  1. Map<String, dynamic>? json
)

Implementation

SelfCleaningMethod? selfCleaningMethodFromJson(Map<String, dynamic>? json) =>
    SelfCleaningMethod.fromJson(json);