StringTrait constructor

const StringTrait(
  1. ShapeId shapeId,
  2. String value
)

Implementation

const StringTrait(super.shapeId, super.value);