QueryViewJSONResponse constructor

const QueryViewJSONResponse({
  1. String? data,
  2. List<VMEvent> events = const [],
  3. BigInt? gasUsed,
})

Implementation

const QueryViewJSONResponse({
  this.data,
  this.events = const [],
  this.gasUsed,
});