NetworkCapabilities class
Network capabilities.
- Annotations
-
- @JsonSerializable()
Constructors
- NetworkCapabilities({bool? ipFilter, bool? zeroConfiguration, bool? ipVersion6, bool? dynDNS, Extension? extension})
-
NetworkCapabilities.fromJson(Map<
String, dynamic> json) -
factory
Properties
- dynDNS → bool?
-
Indicates support for dynamic DNS configuration.
final
- extension → Extension?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- ipFilter → bool?
-
Indicates support for IP filtering.
final
- ipVersion6 → bool?
-
Indicates support for IPv6.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- zeroConfiguration → bool?
-
Indicates support for zeroConf.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited