delay property

Future<void> get delay

Returns a Future.delayed from this

Implementation

Future<void> get delay => Future.delayed(this);