slug property

String? get slug

Implementation

String? get slug => _$this._slug;
set slug (String? slug)

Implementation

set slug(String? slug) => _$this._slug = slug;