cast<R> method

Future<Iterable<R>> cast<R>()

Refer to Iterable.cast;

Implementation

Future<Iterable<R>> cast<R>() async => (await this).cast<R>();