Bucket constructor Null safety

Bucket(
  1. String did,
  2. WhereIs whereIs
)

Implementation

Bucket(this.did, this.whereIs) {
  if (MotorFlutter.isReady) {
    _resolve();
  }
}