NoSuchBucket constructor

NoSuchBucket({
  1. String? type,
  2. String? message,
})

Implementation

NoSuchBucket({String? type, String? message})
    : super(type: type, code: 'NoSuchBucket', message: message);