cast<R> method

Future<List<R>> cast<R>()

Refer to List.cast.

Implementation

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