userData property

  1. @JsonKey(name: r'userData')
Object? userData
final

Custom JSON object that will be appended to the userData array in the response. This object isn't interpreted by the API. It's limited to 1kB of minified JSON.

Implementation

@JsonKey(name: r'userData')
final Object? userData;