fromJson static method

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

Implementation

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