ArrayProperties constructor

ArrayProperties({
  1. int? size,
})

Implementation

ArrayProperties({
  this.size,
});