ReadStateAckResponse constructor
const
ReadStateAckResponse({
- required List<
ReadStateResponse> readStates, - required String readStateProto,
Implementation
const ReadStateAckResponse({
required this.readStates,
required this.readStateProto,
});