closeCode property

int? get closeCode

The close code the peer sent, once done completes.

Implementation

int? get closeCode => channel.closeCode;