CommerceLicense constructor

CommerceLicense({
  1. String? cipher,
  2. License? explain,
  3. DateTime? createAt,
})

Implementation

CommerceLicense({this.cipher, this.explain, this.createAt});