Nip20 constructor

Nip20(
  1. String eventId,
  2. bool status,
  3. String message
)

Default constructor

Implementation

Nip20(this.eventId, this.status, this.message);