slug property
The URL-friendly slug of the article.
Implementation
@JsonKey(name: 'slug', required: true)
String get slug => throw _privateConstructorUsedError;
The URL-friendly slug of the article.
@JsonKey(name: 'slug', required: true)
String get slug => throw _privateConstructorUsedError;