all property

  1. @override
Future<List<T?>> get all
override

alias for toList

Implementation

@override
Future<List<T?>> get all => toList();