meta property

Map<String, dynamic> meta
final

Extra metadata attached by SDK features.

For example, auth helpers use this map to explain token extraction failures without throwing.

Implementation

final Map<String, dynamic> meta;