CellularPlanDTO.fromJson constructor

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

Implementation

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