Cell constructor
Cell({
- int definition,
- String name,
- ValueContainer value,
Returns a new Cell instance.
Implementation
Cell({
this.definition,
this.name,
this.value,
});