GetNTPResponse constructor

GetNTPResponse({
  1. required NtpInformation ntpInformation,
})

Implementation

GetNTPResponse({
  required this.ntpInformation,
});