GetIndexRefreshStatusRequest.fromJson constructor

GetIndexRefreshStatusRequest.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory GetIndexRefreshStatusRequest.fromJson(Map<String, Object?> json) =>
    _$GetIndexRefreshStatusRequestFromJson(json);