Params constructor

Params(
  1. int? handle, {
  2. String? guid,
  3. dynamic property,
})

Implementation

Params(this.handle, {this.guid, this.property});