AdStructure constructor

AdStructure({
  1. required int type,
  2. required List<int> data,
})

Implementation

AdStructure({required this.type, required this.data});