UDocProgress class
Constructors
- UDocProgress({required String fingerprint, required DateTime updatedAt, String? path, int pageIndex = 0, double pageOffset = 0, double zoom = 1, double percent = 0, String? cfi, UDocScrollMode scrollMode = UDocScrollMode.verticalContinuous, UDocColorMode colorMode = UDocColorMode.normal, int readingSeconds = 0})
-
const
-
UDocProgress.fromJson(Map<
String, Object?> json) -
factory
Properties
- cfi → String?
-
final
- colorMode → UDocColorMode
-
final
- fingerprint → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- pageIndex → int
-
final
- pageOffset → double
-
final
- path → String?
-
final
- percent → double
-
final
- readingSeconds → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scrollMode → UDocScrollMode
-
final
- updatedAt → DateTime
-
final
- zoom → double
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited