copyWith method

StoreTransactionAppStore copyWith({
  1. String? receipt,
})

Implementation

StoreTransactionAppStore copyWith({String? receipt}) =>
    StoreTransactionAppStore(receipt: receipt ?? this.receipt);