ReadStateAckResponse constructor

const ReadStateAckResponse({
  1. required List<ReadStateResponse> readStates,
  2. required String readStateProto,
})

Implementation

const ReadStateAckResponse({
  required this.readStates,
  required this.readStateProto,
});