airRefreshMethodToJson function

Map<String, dynamic>? airRefreshMethodToJson(
  1. AirRefreshMethod? airRefreshMethod
)

Implementation

Map<String, dynamic>? airRefreshMethodToJson(
        AirRefreshMethod? airRefreshMethod) =>
    airRefreshMethod?.toJson();