oth property
Iterable<RsaOtherPrimesInfo>
get
oth
Implementation
Iterable<RsaOtherPrimesInfo> get oth => js_util.getProperty(this, 'oth');
set
oth
(Iterable<RsaOtherPrimesInfo> newValue)
Implementation
set oth(Iterable<RsaOtherPrimesInfo> newValue) {
js_util.setProperty(this, 'oth', newValue);
}