TableBranch constructor
const
TableBranch({})
Implementation
const TableBranch({
required this.name,
required this.parentBranch,
required this.parentVersion,
required this.createdAt,
required this.manifestSize,
});