PricingPhase.fromJson constructor

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

Implementation

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