detail property

T? detail
final

The deserialized event.detail payload converted to Dart type T.

Primitives, objects (as Map<String, Object?>), and arrays (as List<Object?>) are automatically deserialized by jsToDartValue.

Implementation

final T? detail;