includeMetaArray property Null safety
- @JsonKey(name: 'with_sorted_meta_array')
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;