airRefresherFunctionFromJson function

AirRefresherFunction? airRefresherFunctionFromJson(
  1. Map<String, dynamic>? json
)

Implementation

AirRefresherFunction? airRefresherFunctionFromJson(
        Map<String, dynamic>? json) =>
    AirRefresherFunction.fromJson(json);