TestSquareInt constructor

TestSquareInt({
  1. String? extra,
  2. int? client_id,
  3. int32? x,
})

Implementation

TestSquareInt({
  super.extra,
  super.client_id,
  this.x,
});