VMessageImageData class

Constructors

VMessageImageData({required VPlatformFile fileSource, required int width, required int height})
VMessageImageData.fromFakeData({required int high, required int width})
factory
VMessageImageData.fromMap(Map<String, dynamic> map)
factory

Properties

fileSource ↔ VPlatformFile
The file source data this the image to get the image from path or bytes or url in case server it will be url
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
height int
getter/setter pair
isFromBytes bool
no setter
isFromPath bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int
getter/setter pair

Methods

copyWith({VPlatformFile? fileSource, int? width, int? height}) VMessageImageData
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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