ModerationInputObjectImageUrl class abstract

Inheritance

Constructors

ModerationInputObjectImageUrl({ModerationInputObjectType type, @JsonKey(name: 'image_url') required ModerationInputObjectImageUrlImageUrl imageUrl})
const
factory
ModerationInputObjectImageUrl.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → _$$ModerationInputObjectImageUrlImplCopyWith<_$ModerationInputObjectImageUrlImpl>
Create a copy of ModerationInputObject with the given fields replaced by the non-null parameter values.
no setter
hashCode int
The hash code for this object.
no setterinherited
imageUrl ModerationInputObjectImageUrlImageUrl
Contains either an image URL or a data URL for a base64 encoded image.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ModerationInputObjectType
The type of the input object.
no setter

Methods

map<TResult extends Object?>({required TResult imageUrl(ModerationInputObjectImageUrl value), required TResult text(ModerationInputObjectText value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult? imageUrl(ModerationInputObjectImageUrl value)?, TResult? text(ModerationInputObjectText value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult imageUrl(ModerationInputObjectImageUrl value)?, TResult text(ModerationInputObjectText value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult imageUrl(ModerationInputObjectType type, ModerationInputObjectImageUrlImageUrl imageUrl)?, TResult text(ModerationInputObjectType type, String text)?, required TResult orElse()}) → TResult
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serializes this ModerationInputObject to a JSON map.
inherited
toString() String
A string representation of this object.
inherited
when<TResult extends Object?>({required TResult imageUrl(ModerationInputObjectType type, ModerationInputObjectImageUrlImageUrl imageUrl), required TResult text(ModerationInputObjectType type, String text)}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult? imageUrl(ModerationInputObjectType type, ModerationInputObjectImageUrlImageUrl imageUrl)?, TResult? text(ModerationInputObjectType type, String text)?}) → TResult?
inherited

Operators

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