easy_onvif
network_protocol
NetworkProtocol
NetworkProtocol constructor
NetworkProtocol
NetworkProtocol
constructor
Null safety
NetworkProtocol
(
{
required
String
name
,
required
bool
enabled
,
required
int
port
}
)
Implementation
NetworkProtocol( {required this.name, required this.enabled, required this.port});
easy_onvif
network_protocol
NetworkProtocol
NetworkProtocol constructor
NetworkProtocol class
Constructors
NetworkProtocol
fromJson
Properties
enabled
hashCode
name
port
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==