description property

  1. @JsonKey(name: 'description', required: true)
String get description
inherited

A description of the collection.

Implementation

@JsonKey(name: 'description', required: true)
String get description => throw _privateConstructorUsedError;