isLoaded property

bool isLoaded

Implementation

bool get isLoaded {
  return host.isNotEmpty && port != 0 && ssl != null;
}