Use protected and mustCallSuper in more places (#4291)

This commit is contained in:
Adam Barth
2016-06-01 08:27:19 -07:00
parent b2d1c5b382
commit 9d6f22c7ff

View File

@ -185,6 +185,7 @@ class _MarkdownBodyRawState extends State<MarkdownBodyRaw> {
@override @override
void debugFillDescription(List<String> description) { void debugFillDescription(List<String> description) {
super.debugFillDescription(description);
description.add('cached blocks identity: ${_cachedBlocks.hashCode}'); description.add('cached blocks identity: ${_cachedBlocks.hashCode}');
} }
} }