convert abstract method

Future<B> convert(
  1. A root
)

Converts a single item of type A to type B.

Implementation

Future<B> convert(A root);