AttachedPictureModel class

Inheritance

Constructors

AttachedPictureModel(Encoding encoding, String mimeType, PictureType pictureType, String description, List<int> imageData)
AttachedPictureModel.fromBase64(Encoding encoding, String mimeType, PictureType pictureType, String description, String base64String)

Properties

description String
getter/setter pair
encoding Encoding
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imageData List<int>
getter/setter pair
imageData64 String
Returns image data as BASE64 string
no setter
mimeType String
getter/setter pair
pictureType PictureType
getter/setter pair
props List<Object?>
An attached picture is only equals, if the description is the same
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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