instructions property

  1. @JsonKey(name: 'instructions')
String? instructions
getter/setter pair

The localized text telling the player what to do when they see this dialog.

Implementation

@JsonKey(name:'instructions')
String? instructions;