QueryAnalyzeCodeResponse constructor

const QueryAnalyzeCodeResponse({
  1. bool? hasIbcEntryPoints,
  2. String? requiredFeatures,
})

Implementation

const QueryAnalyzeCodeResponse({
  this.hasIbcEntryPoints,
  this.requiredFeatures,
});