TitleRecord constructor Null safety
- String id,
- String hashedPtr,
- {String? origin,
- List<
TitleTag> tags = const [], - String? description}
Implementation
TitleRecord(this.id, this.hashedPtr,
{this.origin, this.tags = const [], this.description});
TitleRecord(this.id, this.hashedPtr,
{this.origin, this.tags = const [], this.description});