DataLoader class abstract

A data loader that loads additional data for a page.

See also:

Implementers

Constructors

DataLoader()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

loadData(Page page) Future<void>
Loads the data for the given page.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

canParse(String name) bool
Whether a file with the specified name can be parsed by DataLoader.parseData.
parseData(String name, String data) Object?
Parses the raw data from a source with the given name.