UDocValue class
Constructors
-
UDocValue({UDocState state = UDocState.idle, UDocKind kind = UDocKind.unknown, int pageCount = 0, int pageIndex = 0, UDocMetadata metadata = const UDocMetadata(), UDocPermissions permissions = UDocPermissions.all, UDocViewSettings settings = const UDocViewSettings(), UDocSelection selection = UDocSelection.none, String searchQuery = "", List<UDocSearchHit> searchHits = const <UDocSearchHit>[], int searchHitIndex = -1, bool isSearching = false, bool isBusy = false, double loadedPercent = 0, bool hasUnsavedChanges = false, UDocError? error})
-
const
Methods
-
copyWith({UDocState? state, UDocKind? kind, int? pageCount, int? pageIndex, UDocMetadata? metadata, UDocPermissions? permissions, UDocViewSettings? settings, UDocSelection? selection, String? searchQuery, List<UDocSearchHit>? searchHits, int? searchHitIndex, bool? isSearching, bool? isBusy, double? loadedPercent, bool? hasUnsavedChanges, UDocError? error, bool clearError = false})
→ UDocValue
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited