Serializer function converting typed user model instances to JSON maps.
final Map<String, dynamic> Function(U user)? toJson;