- protected
- mustCallSuper
Add additional information to the given description for use by toStringDeep.
Source
@protected
@mustCallSuper
void debugFillDescription(List<String> description) {
if (debugCreator != null)
description.add('creator: $debugCreator');
}