License constructor

License({
  1. num? v,
  2. String? dt,
  3. String? tk,
  4. String? ty,
})

Implementation

License({
  this.v,
  this.dt,
  this.tk,
  this.ty,
});