QueryViewRequest constructor

const QueryViewRequest({
  1. String? address,
  2. String? moduleName,
  3. String? functionName,
  4. List<String> typeArgs = const [],
  5. List<List<int>> args = const [],
})

Implementation

const QueryViewRequest({
  this.address,
  this.moduleName,
  this.functionName,
  this.typeArgs = const [],
  this.args = const [],
});