get method

FutureOr<List<T?>?> get()

Implementation

FutureOr<List<T?>?> get() => this?.get();