socket property - ConnectionTask class - dart:io library (original) (raw)

description

Future<S> socket

final

A Future that completes with value that S.connect() would return unless cancel is called on this ConnectionTask.

If cancel is called, the future completes with a SocketExceptionerror whose message indicates that the connection attempt was cancelled.

Implementation

final Future<S> socket;