Stamp constructor

Stamp(
  1. int stampId,
  2. String stampUrl
)

Implementation

Stamp(this.stampId, this.stampUrl);