Function to convert JSON to data (for hydration)
final T Function(Map<String, dynamic> json)? fromJson;