address property

String get address

Stub getter that mimics the address property of dart:io's InternetAddress.

Always returns an empty string since IP addresses cannot be resolved on web.

Implementation

String get address => '';