get method

Future<List<T>> get()

Implementation

Future<List<T>> get() async => _transformRows(await _operator.process(this));