MsgPing constructor

MsgPing({
  1. int? nonce,
})

Implementation

MsgPing({int? nonce})
    : nonce = nonce ?? DateTime.now().microsecondsSinceEpoch;