ViewStorageItem constructor

ViewStorageItem(
  1. String name, {
  2. OutputType? outputType,
  3. required List<StmtModifier> modifiers,
  4. Expression? initializer,
})

Implementation

ViewStorageItem(this.name,
    {this.outputType, required this.modifiers, this.initializer});