id property

int get id

An id which uniquely identifies a rule. Mandatory and should be >= 1.

Implementation

int get id => _wrapped.id;
set id (int v)

Implementation

set id(int v) {
  _wrapped.id = v;
}