common library
Common data structures and helpers (for links, metadata, paged responses).
Usage: import package:geodata/common.dart
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.