prediction property

  1. @JsonKey(includeIfNull: false)
PredictionContent? get prediction
inherited

Configuration for a Predicted Output, which can greatly improve response times when large parts of the model response are known ahead of time. This is most common when you are regenerating a file with only minor changes to most of the content.

Implementation

@JsonKey(includeIfNull: false)
PredictionContent? get prediction => throw _privateConstructorUsedError;