CellPlanInstallationLogDTO.fromJson constructor

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

Implementation

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