Details constructor

Details(
  1. String? link,
  2. String message
)

Implementation

Details(this.link, this.message);