RespInteger constructor

const RespInteger(
  1. int payload
)

Implementation

const RespInteger(int payload) : super._(':', payload);