interactionContext property

  1. @JsonKey.new(name: 'interaction_context')
InteractionContext? interactionContext
getter/setter pair

Implementation

@JsonKey(name: 'interaction_context')
InteractionContext? interactionContext;