change the below code like this and let me know,
(Format.convertTo(double.tryParse(data.lapus2_n1),0) + double.tryParse(data.lapus3_n1),0)),
issues is you try to add the string then try to parse it. just parse both value then add.