isSuccess property

bool get isSuccess

Whether a registered domain's certificate matched a configured pin.

Implementation

bool get isSuccess => error == null;