menu
flenx package
documentation
blog/models/tag.dart
Tag
Tag.new constructor
Tag.new constructor
dark_mode
light_mode
Tag
constructor
Tag
(
String
name
)
Implementation
Tag(this.name) : slug = Slugify.call(name);
flenx package
documentation
blog/models/tag
Tag
Tag.new constructor
Tag class