PaydalaOperator constructor

PaydalaOperator({
  1. String? clientId,
  2. int? categoryId,
  3. String? region,
  4. String? timestamp,
})

Implementation

PaydalaOperator({
  this.clientId,
  this.categoryId,
  this.region,
  this.timestamp,
});