A few samples showing how Dart extension methods can be used.
Start reading at lib/some_api.dart
, which defines some
types that we then pretend are coming from a 3rd party API. The
example/
subdirectory lists extension method use-cases
in separate files.