TestSquareInt constructor

TestSquareInt({
  1. required int x,
})

Implementation

TestSquareInt({required this.x});