TestSquareInt constructor
const
TestSquareInt({
- required int x,
Returns the squared received number; for testing only. This is an offline method. Can be called before authorization
Implementation
const TestSquareInt({
required this.x,
});