GetNtpResponse.fromJson constructor

GetNtpResponse.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory GetNtpResponse.fromJson(Map<String, dynamic> json) =>
    _$GetNtpResponseFromJson(json);