ClientConsensusStates constructor
      
      ClientConsensusStates(
    
    
- String client_id,
- List<ConsensusStateWithHeight> consensus_states
Implementation
ClientConsensusStates(this.client_id, this.consensus_states);