Ping.fromJson constructor

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

Implementation

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