MsgPing constructor
MsgPing({
- int? nonce,
Implementation
MsgPing({int? nonce})
: nonce = nonce ?? DateTime.now().microsecondsSinceEpoch;
MsgPing({int? nonce})
: nonce = nonce ?? DateTime.now().microsecondsSinceEpoch;