Function to convert data to JSON (for persistence)
final Map<String, dynamic> Function(T data)? toJson;