id property

  1. @BuiltValueField(wireName: r'id')
String? id

ID is the unique id of the rule. It can be at most 190 characters long, but the layout of the ID is up to you. You will need this ID later on to update or delete the rule.

Implementation

@BuiltValueField(wireName: r'id')
String? get id;