Element constructor

Element({
  1. Handle? elementHandle,
  2. String? handle,
})

Implementation

Element({
  this.elementHandle,
  this.handle,
});