includeBranch method
inherited
Includes branch in the Entry response Example:
final stack = contentstack.Stack('apiKey','deliveryToken','environment');
final entry = stack.contentType("contentTypeUid").entry("entryUid");
entry = entry.includeBranch()
Implementation
void includeBranch() {
parameter['include_branch'] = true.toString();
}