WebApiModulesInventoryInventoryApplyPendingRateUpdateModificationsResponse.fromJson constructor

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

Implementation

factory WebApiModulesInventoryInventoryApplyPendingRateUpdateModificationsResponse.fromJson(
  Map<String, dynamic> json,
) =>
    _$WebApiModulesInventoryInventoryApplyPendingRateUpdateModificationsResponseFromJson(
      json,
    );