description property

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

A brief description of the article.

Implementation

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