airRefresherFunction property

  1. @JsonKey(fromJson: airRefresherFunctionFromJson, toJson: airRefresherFunctionToJson, includeIfNull: false)
AirRefresherFunction? airRefresherFunction
final

Implementation

@JsonKey(
    fromJson: airRefresherFunctionFromJson,
    toJson: airRefresherFunctionToJson,
    includeIfNull: false)
final AirRefresherFunction? airRefresherFunction;