UMessageInputEmbed class

Implementers
Available extensions
Annotations
  • @freezed

Constructors

UMessageInputEmbed.record({required Record data})
const
factory
UMessageInputEmbed.unknown({required Map<String, dynamic> data})
const
factory

Properties

data Object
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isNotRecord bool

Available on UMessageInputEmbed, provided by the $UMessageInputEmbedExtension extension

Returns true if this data is not Record, otherwise false.
no setter
isNotUnknown bool

Available on UMessageInputEmbed, provided by the $UMessageInputEmbedExtension extension

Returns true if this data is not unknown object, otherwise false.
no setter
isRecord bool

Available on UMessageInputEmbed, provided by the $UMessageInputEmbedExtension extension

Returns true if this data is Record, otherwise false.
no setter
isUnknown bool

Available on UMessageInputEmbed, provided by the $UMessageInputEmbedExtension extension

Returns true if this data is unknown object, otherwise false.
no setter
record Record

Available on UMessageInputEmbed, provided by the $UMessageInputEmbedExtension extension

Returns this data as Record.
no setter
recordOrNull Record?

Available on UMessageInputEmbed, provided by the $UMessageInputEmbedExtension extension

Returns Record if this data is Record, otherwise null.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unknown Map<String, dynamic>

Available on UMessageInputEmbed, provided by the $UMessageInputEmbedExtension extension

Returns this data as JSON object.
no setter
unknownOrNull Map<String, dynamic>?

Available on UMessageInputEmbed, provided by the $UMessageInputEmbedExtension extension

Returns JSON object if this data is unknown, otherwise null.
no setter

Methods

map<TResult extends Object?>({required TResult record(UMessageInputEmbedRecord value), required TResult unknown(UMessageInputEmbedUnknown value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult? record(UMessageInputEmbedRecord value)?, TResult? unknown(UMessageInputEmbedUnknown value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult record(UMessageInputEmbedRecord value)?, TResult unknown(UMessageInputEmbedUnknown value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult record(Record data)?, TResult unknown(Map<String, dynamic> data)?, required TResult orElse()}) → TResult
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>

Available on UMessageInputEmbed, provided by the $UMessageInputEmbedExtension extension

Returns JSON representation.
toString() String
A string representation of this object.
inherited
when<TResult extends Object?>({required TResult record(Record data), required TResult unknown(Map<String, dynamic> data)}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult? record(Record data)?, TResult? unknown(Map<String, dynamic> data)?}) → TResult?
inherited

Operators

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