CreateGenerationRequest class
final
Constructors
-
CreateGenerationRequest({required String model, String? mode, String? prompt, List<String>? imageUrls, String? startFrame, String? endFrame, List<String>? videoUrls, List<String>? audioUrls, bool? isPublic, bool? copyProtected, Map<String, Object?>? parameters})
-
Methods
-
copyWith({String? model, String? mode, String? prompt, List<String>? imageUrls, String? startFrame, String? endFrame, List<String>? videoUrls, List<String>? audioUrls, bool? isPublic, bool? copyProtected, Map<String, Object?>? parameters})
→ CreateGenerationRequest
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ JsonMap
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
withParam(String key, Object? value)
→ CreateGenerationRequest
-
-
withParams(Map<String, Object?> values)
→ CreateGenerationRequest
-