id property

String? get id
inherited

id ID of the order entity. This ID is unique along the system.

Implementation

String? get id;
set id (String? value)
inherited

id ID of the order entity. This ID is unique along the system.

Implementation

String? get id;/// [id] ID of the order entity. This ID is unique along the system.
set id(String? value);