context property

  1. @JsonKey(name: 'info')
int? context
inherited

Additional information for the notification.

This is interpreted differently based on the type (see NotificationType for more details).

Implementation

@JsonKey(name: 'info')
int? get context => throw _privateConstructorUsedError;