bio property

  1. @JsonKey.new(includeIfNull: true)
String? bio
final

The bio or description of the bot

Implementation

@JsonKey(includeIfNull: true)
final String? bio;