OpenAIVariationData class final

Annotations
  • @immutable

Constructors

OpenAIVariationData({required String url})
This class is used to represent an OpenAI image variation data.
const
OpenAIVariationData.fromMap(Map<String, dynamic> json)
This method is used to convert a Map<String, dynamic> object to a OpenAIVariationData object.
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
The url of the image.
final

Methods

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

Operators

operator ==(covariant OpenAIVariationData other) bool
The equality operator.
override