GeminiImageRequest class

Constructors

GeminiImageRequest({required String model, required String prompt, String? systemPrompt, required List<GeminiReferenceImage> referenceImages, required GenerationOptions options})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
model String
final
options GenerationOptions
final
prompt String
final
referenceImages List<GeminiReferenceImage>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
systemPrompt String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override