state property

  1. @JsonKey.new(includeIfNull: false)
String? state
final

A random string for CSRF protection

Implementation

@JsonKey(includeIfNull: false)
final String? state;