isp property

int isp

Implementation

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

Implementation

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