id property

  1. @JsonKey(name: 'operationId')
String? get id
inherited

Unique string used to identify the operation. The id MUST be unique among all operations described in the API.

Implementation

@JsonKey(name: 'operationId')
String? get id => throw _privateConstructorUsedError;