InlineQueryResultCachedGifPatterns extension
Adds pattern-matching-related methods to InlineQueryResultCachedGif.
Methods
-
map<
TResult extends Object?> (TResult $default(_InlineQueryResultCachedGif value)) → TResult -
Available on InlineQueryResultCachedGif, provided by the InlineQueryResultCachedGifPatterns extension
Aswitch-like method, using callbacks. -
mapOrNull<
TResult extends Object?> (TResult? $default(_InlineQueryResultCachedGif value)?) → TResult? -
Available on InlineQueryResultCachedGif, provided by the InlineQueryResultCachedGifPatterns extension
A variant ofmapthat fallback to returningnull. -
maybeMap<
TResult extends Object?> (TResult $default(_InlineQueryResultCachedGif value)?, {required TResult orElse()}) → TResult -
Available on InlineQueryResultCachedGif, provided by the InlineQueryResultCachedGifPatterns extension
A variant ofmapthat fallback to returningorElse.