meta property

Map<String, dynamic>? meta
getter/setter pair

If includeMeta was true, this will contain message meta. Otherwise, it will be null.

Implementation

Map<String, dynamic>? meta;