computeChecksum method

String computeChecksum()

Constructs a checksum for a BuildInput.

This can be used to construct an output directory name specific to the HookConfig being built with this builder. It is therefore assumed the output directory has not been set yet.

Implementation

String computeChecksum() => _jsonChecksum(_syntax.config.json);