oth property

Implementation

Iterable<RsaOtherPrimesInfo> get oth => js_util.getProperty(this, 'oth');
void oth=(Iterable<RsaOtherPrimesInfo> newValue)

Implementation

set oth(Iterable<RsaOtherPrimesInfo> newValue) {
  js_util.setProperty(this, 'oth', newValue);
}