UIUpdateAck constructor

UIUpdateAck({
  1. int version = 0,
})

Implementation

UIUpdateAck({
    this.version = 0,
});