AttributeLocations constructor

AttributeLocations({
  1. dynamic location,
  2. int locationSize = 0,
  3. int type = 0,
})

Implementation

AttributeLocations({
  this.location,
  this.locationSize = 0,
  this.type = 0
});