Pipeline class

Constructors

Pipeline({required List<MarkdownProcessor> markdown, required List<PostMarkdownProcessor> postMarkdown})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
markdown List<MarkdownProcessor>
final
postMarkdown List<PostMarkdownProcessor>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getFileName(String path) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run(String contents) Future<DeckData>
runEach(String slideContents, ProjectConfig config) Future<Slide>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

assetsLoaded List<String>
getter/setter pair

Static Methods

cleanAssets() Future<void>
getAsset(String fileName) Future<SlideAsset?>
saveAsset(String fileName, {required List<int> data}) Future<SlideAsset>