id property
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.
Implementation
String? get id;/// [id] ID of the order entity. This ID is unique along the system.
set id(String? value);