PreviewEditingValue class

Constructors

PreviewEditingValue({int? currentImage, List<String>? filesPath})
const
PreviewEditingValue.fromValue(PreviewEditingValue copy)

Properties

currentImage int
final
filesPath List<String>
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({int? currentImage, List<String>? filesPath}) PreviewEditingValue
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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

Constants

empty → const PreviewEditingValue