GenerateContentResponse class
Constructors
-
GenerateContentResponse({List<
InternalCandidate> ? candidates, InternalPromptFeedback? promptFeedback}) -
GenerateContentResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
candidates
→ List<
InternalCandidate> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- promptFeedback → InternalPromptFeedback?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toPublic(
) → GenerateContentResponse -
Available on GenerateContentResponse, provided by the Grc extension
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited