menu
easy_onvif package
documentation
model/network_protocol.dart
NetworkProtocol
NetworkProtocol.new constructor
NetworkProtocol.new constructor
dark_mode
light_mode
NetworkProtocol
constructor
NetworkProtocol
(
{
required
String
name
,
required
bool
enabled
,
required
int
port
,
})
Implementation
NetworkProtocol( {
required
this
.name,
required
this
.enabled,
required
this
.port});
easy_onvif package
documentation
model/network_protocol
NetworkProtocol
NetworkProtocol.new constructor
NetworkProtocol class