SendList constructor

SendList(
  1. NetworkConnection connection,
  2. AsyncReply<List?>? reply
)

Implementation

SendList(this.connection, this.reply) {}