includeFallback method
inherited
Retrieve the published content of the fallback locale if an entry is not localized in specified locale.
final stack = contentstack.Stack('apiKey, 'deliveryKey', 'environment);
final entry = stack.contentType('contentType').entry()..includeFallback();
Implementation
void includeFallback() {
parameter['include_fallback'] = 'true';
}