IntArray constructor

IntArray({
  1. List<String>? elements,
})

Implementation

IntArray({this.elements});