id property

  1. @Deprecated('Not supported. Member documentation may have more information.')
int? id
getter/setter pair

The Id of this operation.

Needs to be unique within the scope of the revision.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.int? id;