lastValidatedCollectionHash property

  1. @TagNumber(2)
PbMap<String, String> get lastValidatedCollectionHash

Key: collection key. Value: FFCollection hash when the collection was last successfully validated.

Implementation

@$pb.TagNumber(2)
$pb.PbMap<$core.String, $core.String> get lastValidatedCollectionHash =>
    $_getMap(0);