selfCleaningMethod property

  1. @JsonKey(fromJson: selfCleaningMethodFromJson, toJson: selfCleaningMethodToJson, includeIfNull: false)
SelfCleaningMethod? selfCleaningMethod
final

Implementation

@JsonKey(
    fromJson: selfCleaningMethodFromJson,
    toJson: selfCleaningMethodToJson,
    includeIfNull: false)
final SelfCleaningMethod? selfCleaningMethod;