proposition property

  1. @override
Proposition get proposition
override

The proposition that matches the evidence which is contained in the given credential

Implementation

@override
Proposition get proposition => Proposition(privateKey.verifyKey.asTypedList);