AppEdit constructor

AppEdit({
  1. String? expiryTimeSeconds,
  2. String? id,
})

Implementation

AppEdit({
  this.expiryTimeSeconds,
  this.id,
});