crv property

String crv

Implementation

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

Implementation

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