QueryViewResponse constructor

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

Implementation

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