userData property

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

An object with custom data. You can store up to 32kB as custom data.

Implementation

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