GetNTPResponse.fromJson constructor

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

Implementation

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