Primitive constructor

const Primitive(
  1. String name,
  2. String sanitizedName,
  3. Object? value
)

Wraps a Python object in a Primitive.

Implementation

const Primitive(this.name, this.sanitizedName, this.value);