Stack constructor

const Stack(
  1. ObjType name,
  2. dynamic value
)

Implementation

const Stack(this.name, this.value);