IScreen constructor

IScreen({
  1. String? uiKey,
  2. String? name,
})

Implementation

IScreen({
  this.uiKey,
  this.name,
});