canRepeatContext property

  1. @JsonKey.new(name: 'can_repeat_context')
bool canRepeatContext
final

Whether repeating the current context is allowed.

Implementation

@JsonKey(name: 'can_repeat_context')
final bool canRepeatContext;