SEP24InteractiveResponse constructor Null safety

SEP24InteractiveResponse(
  1. String type,
  2. String url,
  3. String id
)

Implementation

SEP24InteractiveResponse(this.type, this.url, this.id);