PublicationAsset class abstract
Represents a digital medium (e.g. a file) offering access to a publication. */
- Implementers
Constructors
Properties
Methods
-
createFetcher(
PublicationAssetDependencies dependencies, String? credentials) → Future< Try< Fetcher, OpeningException> > - Creates a fetcher used to access the asset's content.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toTitle(
) → String
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited