PingViewSendModel constructor

PingViewSendModel({
  1. @JsonKey(name: "type") String type,
})

Implementation

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