QueryViewJSONRequest constructor

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

Implementation

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