easy_onvif
ntp_information
NtpInformation
NtpInformation constructor
NtpInformation
NtpInformation
constructor
Null safety
NtpInformation
(
{
required
bool
fromDhcp
,
List
<
Ntp
>
?
ntpManual
,
List
<
Ntp
>
?
ntpFromDhcp
}
)
Implementation
NtpInformation({required this.fromDhcp, this.ntpManual, this.ntpFromDhcp});
easy_onvif
ntp_information
NtpInformation
NtpInformation constructor
NtpInformation class
Constructors
NtpInformation
fromJson
Properties
fromDhcp
hashCode
ntpFromDhcp
ntpManual
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==