Converts the identify data to a JSON representation.
@override /// Converts the identify data to a JSON representation. Map<String, dynamic> toJson() { return {...super.toJson(), 'userId': userId}; }