bio property

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

The bio or description of the bot

Implementation

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