MsgContent class
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
blurhash(
) → String? - available for image/video msg
-
body(
) → String - available always
-
drop(
) → void - Manually drops the object and unregisters the FinalizableHandle.
-
duration(
) → int? - available for audio/video msg
-
filename(
) → String? - available for file msg
-
formattedBody(
) → String? - available for text msg
-
geoUri(
) → String? - available for location msg
-
height(
) → int? - available for image/video msg
-
mimetype(
) → String? - available for image/audio/video/file msg
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
size(
) → int? - available for image/audio/video/file msg
-
source(
) → MediaSource? - available for image/audio/video/file msg
-
thumbnailInfo(
) → ThumbnailInfo? - available for image/video/file/location msg
-
thumbnailSource(
) → MediaSource? - available for image/video/file/location msg
-
toString(
) → String -
A string representation of this object.
inherited
-
width(
) → int? - available for image/video msg
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited