Dart Future runtimeType
Syntax & Examples
Syntax of Future.runtimeType
The syntax of Future.runtimeType property is:
Type runtimeType
This runtimeType property of Future a representation of the runtime type of the object.
Return Type
Future.runtimeType returns value of type Type
.