context property

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

Additional context for the notification. Interpretation depends on the type.

Implementation

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