includeMetaArray property Null safety

  1. @JsonKey(name: 'with_sorted_meta_array')
bool includeMetaArray
read / write

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;