ModerationInputObjectText class abstract

Inheritance

Constructors

ModerationInputObjectText({ModerationInputObjectType type, required String text})
const
factory
ModerationInputObjectText.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → _$$ModerationInputObjectTextImplCopyWith<_$ModerationInputObjectTextImpl>
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
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
A string of text to classify.
no setter
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