description property

  1. @JsonKey(name: r'description', required: false, includeIfNull: false)
String? description
final

Description of the gallery.

Implementation

@JsonKey(name: r'description', required: false, includeIfNull: false)
final String? description;