oth property
      
      List<RsaOtherPrimesInfo> ?
      get
      oth
      
    
    
    
Implementation
_i2.List<_i3.RsaOtherPrimesInfo>? get oth => ((_i4.getProperty(
      this,
      'oth',
    )) as _i2.List?)
        ?.cast();
      
      set
      oth
      (List<RsaOtherPrimesInfo> ? value) 
      
    
    
    
Implementation
set oth(_i2.List<_i3.RsaOtherPrimesInfo>? value) {
  _i4.setProperty(
    this,
    'oth',
    value ?? _i6.undefined,
  );
}