ReadKeyExpr constructor
      
      ReadKeyExpr(
    
    
- Expression receiver,
 - Expression index, [
 - OutputType? type
 
Implementation
ReadKeyExpr(this.receiver, this.index, [OutputType? type]) : super(type);