ReplaceDto.fromJson(Map<String, dynamic> json) { pathFile = json['pathFile'] ?? ''; from = json['from'] ?? ''; to = json['to'] ?? ''; }