PingRequest constructor
PingRequest({
- required String id,
- RequestParams? params,
Implementation
PingRequest({required this.id, this.params});
PingRequest({required this.id, this.params});