userData property

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

A JSON object with custom data that will be appended to the userData array in the response. This object isn't interpreted by the API and is limited to 1 kB of minified JSON.

Implementation

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