Map<String, dynamic> toJson() { return { "pk_map": pks.map((pk) => pk.toJson()).toList(), "threshold": threshold, }; }