Ping constructor

const Ping({
  1. required int pingId,
})

Ping constructor.

Implementation

const Ping({
  required this.pingId,
}) : super._();