slug property

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

The URL-friendly slug of the collection.

Implementation

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