fromJson static method

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

Implementation

static SelfCleaningMethod? fromJson(Map<String, dynamic>? json) =>
    json != null ? _$SelfCleaningMethodFromJson(json) : null;