includeMetaArray property

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

Determines whether to include the metaarray information of the messages in the results. default value is false

Implementation

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