slug property

String? slug

Implementation

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

Implementation

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