Map<String, dynamic> toJson() { return { 'index': [...index], 'value': value.map((e) => e.toJson()).toList(), }; }