QueryCodeResponse constructor

const QueryCodeResponse({
  1. List<int>? data,
})

Implementation

const QueryCodeResponse({this.data});