TestInt constructor

TestInt(
  1. {required int value,
  2. int? extra,
  3. int? clientId}
)

A simple object containing a number; for testing only

Implementation

TestInt