Arbitrary name/value pairs attached to the scope.
Sentry.io docs do not talk about restrictions on the values, other than they must be JSON-serializable.
Map<String, dynamic> get extra => Map.unmodifiable(_extra);