Function to convert from type T to a JSON map.
T
final Map<String, dynamic> Function(T object) toJson;