Value constructor

Value(
  1. {String? stripeUrl,
  2. String? stripeKey,
  3. String? stripePublickey}
)

Implementation

Value({
  this.stripeUrl,
  this.stripeKey,
  this.stripePublickey,
});