hasVerifiedPublisher property

bool get hasVerifiedPublisher

true when the package belongs to a verified publisher.

Implementation

bool get hasVerifiedPublisher =>
    publisherDomain != null &&
    (verification == PackageVerification.verifiedPublisher ||
        verification ==
            PackageVerification.verifiedPublisherAndFlutterFavourite);