MomentumShort constructor

MomentumShort({
  1. Hash? hash,
  2. int? height,
  3. int? timestamp,
})

Implementation

MomentumShort({
  this.hash,
  this.height,
  this.timestamp,
});