GetNtpResponse constructor Null safety

GetNtpResponse(
  1. {required NtpInformation ntpInformation}
)

Implementation

GetNtpResponse({
  required this.ntpInformation,
});