menu
dart_git package
documentation
plumbing/objects/blob.dart
GitBlob
hash property
hash property
dark_mode
light_mode
hash
property
@
override
GitHash
get
hash
override
Implementation
@override GitHash get hash { _hash ??= GitHash.compute(serialize()); return _hash!; }
dart_git package
documentation
plumbing/objects/blob
GitBlob
hash property
GitBlob class