EntryObject constructor
Constructs an instance of EntryObject.
Implementation
EntryObject({
required this.name,
required this.value,
required this.tags,
required this.category,
});
Constructs an instance of EntryObject.
EntryObject({
required this.name,
required this.value,
required this.tags,
required this.category,
});