PricingPhaseWrapper.fromJson constructor

PricingPhaseWrapper.fromJson(
  1. Map json
)

Implementation

factory PricingPhaseWrapper.fromJson(Map<dynamic, dynamic> json) =>
    _$PricingPhaseWrapperFromJson(json);