future property

dynamic future

Wrap the current object into Future.value

Implementation

dynamic get future => Future<dynamic>.value(this);