FooLib constructor

FooLib(
  1. String str,
  2. int num
)

Implementation

FooLib(String str, int num)
    : _str = str,
      _num = num;