RestDescriptionIcons constructor

RestDescriptionIcons({
  1. String? x16,
  2. String? x32,
})

Implementation

RestDescriptionIcons({
  this.x16,
  this.x32,
});