expand property

bool expand
final

Default is false. Controls how Object/Map values are handled:

  • true: Object/Map fields are flattened to the request body root level
  • false: The entire Object/Map is added as a nested field

Implementation

final bool expand;