Receipt constructor

Receipt({
  1. String? data,
  2. String? signature,
})

Creates an object with information about the purchase.

Implementation

Receipt({this.data, this.signature});