Builds a typed object from a JSON map returned by a FlintDart API.
typedef JsonModelFactory<T> = T Function(Map<String, dynamic> json);