Net class abstract
- Annotations
-
- @JS()
- @anonymous
Constructors
- Net()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
connect(
dynamic arg1, [dynamic arg2, dynamic arg3]) → Socket - Alias to createConnection.
-
createConnection(
dynamic arg1, [dynamic arg2, dynamic arg3]) → Socket - See official documentation for possible signatures:
-
createServer(
[dynamic options, void connectionListener()]) → Socket -
isIP(
String input) → num -
isIPv4(
String input) → bool -
isIPv6(
String input) → bool -
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