NetworkConfigurationDialogConfig class

Constructors

NetworkConfigurationDialogConfig({required String portFormatErrorMessage, required String okButtonText, String? cancelButtonText, String? title, String? message, required String serverAdressLabel, required String portLabel, String? sslLabel, required bool showProtocolSelection, NetworkConfiguration? netWorkConfiguration})

Properties

cancelButtonText String?
final
hashCode int
The hash code for this object.
no setterinherited
message String?
final
netWorkConfiguration NetworkConfiguration?
final
okButtonText String
final
portFormatErrorMessage String
final
portLabel String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverAdressLabel String
final
showProtocolSelection bool
final
sslLabel String?
final
title String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited