customParam property

  1. @HiveField(19)
Map<String, dynamic>? customParam
final

The custom parameter of the event

Implementation

@HiveField(19)
final Map<String, dynamic>? customParam;