modulusLength property
num
get
modulusLength
Implementation
_i2.num get modulusLength => _i4.getProperty(
this,
'modulusLength',
);
set
modulusLength
(num value)
Implementation
set modulusLength(_i2.num value) {
_i4.setProperty(
this,
'modulusLength',
value,
);
}