PingViewSendModel constructor
PingViewSendModel({
- @JsonKey(name: "type") String type,
Implementation
factory PingViewSendModel({@JsonKey(name: "type") final String type}) =
_$PingViewSendModelImpl;