userInput property

  1. @JsonKey.new(name: 'UserInput', includeIfNull: false)
String? userInput
final

Implementation

@JsonKey(name: 'UserInput', includeIfNull: false)
final String? userInput;