get method

FutureOr<T?> get()

Implementation

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