slug property

String? slug

Implementation

String? get slug => attrs['slug'];
void slug=(String? v)

Implementation

set slug(String? v) => attrs['slug'] = v;