Coin constructor

const Coin(
  1. String HeadPATH,
  2. String TailPATH
)

Implementation

const Coin(this.HeadPATH, this.TailPATH);