jurisdiction property

set jurisdiction (String? jurisdiction)

Implementation

set jurisdiction(String? jurisdiction) {
  js_util.setProperty(this, 'jurisdiction', jurisdiction ?? jsUndefined);
}