CodeInfoResponse constructor

const CodeInfoResponse({
  1. BigInt? codeId,
  2. String? creator,
  3. String? codeHash,
  4. String? source,
  5. String? builder,
})

Implementation

const CodeInfoResponse({
  this.codeId,
  this.creator,
  this.codeHash,
  this.source,
  this.builder,
});