common library

Common data structures and helpers (for links, metadata, paged responses).

Usage: import package:geodata/common.dart

Classes

Represents a resource link.
A metadata container for links.

Mixins

LinksAware
A mixin aware of links.
MetaAware
A mixin aware of metadata for something.
Paged<T>
A mixin to handle sets of some items as paged responses.

Exceptions / Errors

ServiceException<T>
An exception that could occur when accessing some service.