includeMetaArray property

  1. @JsonKey(name: 'with_sorted_meta_array')
bool includeMetaArray
getter/setter pair

Whether the meta arrays should be included in the results.

Implementation

@JsonKey(name: 'with_sorted_meta_array')
bool includeMetaArray = false;