isPublicRead property

bool get isPublicRead

Whether no credentials are provided (public-read bucket).

Implementation

bool get isPublicRead => accessKeyId.isEmpty;