kty property

String kty

Implementation

String get kty => js_util.getProperty(this, 'kty');
void kty=(String newValue)

Implementation

set kty(String newValue) {
  js_util.setProperty(this, 'kty', newValue);
}