mentionable property

  1. @JsonKey.new(includeIfNull: false)
bool? mentionable
final

Whether the role can be mentioned by anyone

Implementation

@JsonKey(includeIfNull: false)
final bool? mentionable;