includeEmbeddedItems method
inherited
includeEmbeddedItems instance of Entry Include Embedded Objects (Entries and Assets) along with entry/entries details
Example:
final stack = contentstack.Stack('apiKey','deliveryToken','environment');
final entry = stack.contentType("contentTypeUid").entry("entryUid");
entry = entry.includeEmbeddedItems()
Implementation
void includeEmbeddedItems() {
parameter['include_embedded_items[]'] = 'BASE';
}