customStatus property

  1. @JsonKey.new(includeIfNull: true, name: 'custom_status')
CustomStatusResponse? customStatus
final

The custom status set by the user

Implementation

@JsonKey(includeIfNull: true, name: 'custom_status')
final CustomStatusResponse? customStatus;