airRefreshMethodFromJson function

AirRefreshMethod? airRefreshMethodFromJson(
  1. Map<String, dynamic>? json
)

Implementation

AirRefreshMethod? airRefreshMethodFromJson(Map<String, dynamic>? json) =>
    AirRefreshMethod.fromJson(json);