hasValues property

bool get hasValues

Whether any Android-specific parameters were provided.

Implementation

bool get hasValues =>
    cancelButtonText != null ||
    allowDeviceCredentials != null ||
    subtitle != null;