kN property

num get kN

Implementation

num get kN => _kN;
set kN (num kN)

Implementation

set kN(num kN) => _kN = kN;