Bumper constructor

Bumper({
  1. String? endUrl,
  2. String? startUrl,
})

Implementation

Bumper({
  this.endUrl,
  this.startUrl,
});