ImageInfoData class
class to handle the necessary image data
Constructors
- ImageInfoData({required int? height, required int? width, required String key, Uint8List? imageBytes})
-
const
-
ImageInfoData.fromMap(Map<
String, dynamic> map, String key) -
factory
- ImageInfoData.init(String key)
-
const
Properties
Methods
-
copyWith(
{Uint8List? imageBytes, String? key, int? height, int? width}) → ImageInfoData -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sizeToMap(
) → Map< String, int> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override