factory CostModel.fromJson(List<String> json) { return CostModel(json.map((e) => BigInt.parse(e)).toList()); }