description property

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

The description of the template guild

Implementation

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