GetNTPResponse constructor Null safety

GetNTPResponse(
  1. {required NtpInformation ntpInformation}
)

Implementation

GetNTPResponse({
  required this.ntpInformation,
});