isp property

int get isp

Implementation

int get isp => _isp;
set isp (int value)

Implementation

set isp(int value) => _isp = value;