userData property
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;
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.
@JsonKey(name: r'userData')
final Object? userData;